We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47259d commit 623083cCopy full SHA for 623083c
.github/workflows/markdown-links-ci-check.yml
@@ -9,6 +9,13 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
+ - run: |
13
+ cat <<EOF > mlc_config.json
14
+ {
15
+ "retryOn429": true,
16
+ }
17
+ EOF
18
+ - uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # 1.1.0
19
with:
20
use-quiet-mode: yes
21
+ config-file: 'mlc_config.json'
0 commit comments