Skip to content

Commit d712a52

Browse files
committed
fix a key in link checker action
1 parent 0e2e4d3 commit d712a52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdown-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check markdown links
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: umbrelladocs/action-linkspector@v1
1919
with:
20-
config-file: '.linkspector.yml'
20+
config_file: '.linkspector.yml'

0 commit comments

Comments
 (0)