Skip to content

Commit

Permalink
fix wget action
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Jun 12, 2023
1 parent 01f3116 commit 98b1839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@master

- name: Download .markdownlint.json
uses: wei/wget@v1
uses: fharper/wget@v1
with:
args: https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlinkcheck.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@master

- name: Download .markdownlint.json
uses: wei/wget@v1
uses: fharper/wget@v1
with:
args: https://raw.githubusercontent.com/fharper/gh-configs/main/.markdownlint.json

Expand Down

0 comments on commit 98b1839

Please sign in to comment.