Skip to content

Commit

Permalink
fix a key in link checker action
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Jan 9, 2025
1 parent 0e2e4d3 commit d712a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Check markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: umbrelladocs/action-linkspector@v1
with:
config-file: '.linkspector.yml'
config_file: '.linkspector.yml'

0 comments on commit d712a52

Please sign in to comment.