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 dea1617 commit e144264Copy full SHA for e144264
1 file changed
.github/workflows/markdown.yml
@@ -58,7 +58,8 @@ jobs:
58
ref: ${{ github.head_ref }}
59
60
- name: Check Links
61
- uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
+ uses: ruzickap/action-my-markdown-link-checker@1126c6a5c31df989b4f3b1a8072ad125887b4c47 # v1.3.0
62
with:
63
- use-verbose-mode: 'yes'
64
- config-file: '.github/markdown-link-check.jsonc'
+ verbose: 'true'
+ quiet: 'false'
65
+ config_file: '.github/markdown-link-check.jsonc'
0 commit comments