Skip to content

Commit

Permalink
Merge pull request #35 from fish-shop/dependabot/github_actions/versi…
Browse files Browse the repository at this point in the history
…on-updates-d742e7a0aa
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
2 parents 0ab2668 + 2a1b759 commit 09f9a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
egress-policy: audit
- name: Check links in modified Markdown files
if: inputs.config-path == ''
uses: umbrelladocs/action-linkspector@edd00b453149a11ab419183d1e8e46159e609ec0 # v1.1.3
uses: umbrelladocs/action-linkspector@80f93864bef8919dc990cd59f7a9aab9361d688c # v1.2.0
with:
fail_on_error: true
filter_mode: file
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
- name: Check links in modified Markdown files using specified config file
if: inputs.config-path != ''
uses: umbrelladocs/action-linkspector@edd00b453149a11ab419183d1e8e46159e609ec0 # v1.1.3
uses: umbrelladocs/action-linkspector@80f93864bef8919dc990cd59f7a9aab9361d688c # v1.2.0
with:
config_file: ${{ inputs.config-path }}
fail_on_error: true
Expand Down

0 comments on commit 09f9a47

Please sign in to comment.