Skip to content

Commit

Permalink
Changed format for input args
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasBabin committed Jun 26, 2024
1 parent 84f0358 commit 9cd69b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress '\''./**/*.md'\'' '\''./**/*.html'\'' --exclude https://meet.google.com
args: --verbose --no-progress './**/*.md' './**/*.html' --exclude https://meet.google.com
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 9cd69b6

Please sign in to comment.