We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a95a7 commit 05d1310Copy full SHA for 05d1310
.github/workflows/broken_links_checker.yml
@@ -18,8 +18,8 @@ jobs:
18
run: |
19
mkdir -p ./target
20
echo '{ "aliveStatusCodes": [429, 200] }' > ./target/broken_links_checker.json
21
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - uses: tcort/github-action-markdown-link-check@v1
22
with:
23
use-quiet-mode: 'yes'
24
use-verbose-mode: 'yes'
25
- config-file: ./target/broken_links_checker.json
+ config-file: ./target/broken_links_checker.json
0 commit comments