Skip to content

Commit 05d1310

Browse files
committed
Update links checker
1 parent 24a95a7 commit 05d1310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/broken_links_checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: |
1919
mkdir -p ./target
2020
echo '{ "aliveStatusCodes": [429, 200] }' > ./target/broken_links_checker.json
21-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
21+
- uses: tcort/github-action-markdown-link-check@v1
2222
with:
2323
use-quiet-mode: 'yes'
2424
use-verbose-mode: 'yes'
25-
config-file: ./target/broken_links_checker.json
25+
config-file: ./target/broken_links_checker.json

0 commit comments

Comments
 (0)