Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak654 authored Dec 11, 2023
1 parent 334bdf5 commit 2f0f07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: lycheeverse/lychee-action@v1.8.0
with:
# Check all markdown files in repo
args: -vvv --no-progress './**/*.md'
args: -vvv --no-progress --accept 200,429 './**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 2f0f07f

Please sign in to comment.