Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion markdown-link-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
steps:
- name: Run markdown link check
id: markdown-link-check
uses: tcort/github-action-markdown-link-check@v1
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba
with:
use-quiet-mode: ${{ inputs.use-quiet-mode }}
use-verbose-mode: ${{ inputs.use-verbose-mode }}
Expand Down
Loading