diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index 64911a2..e3f8196 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -19,7 +19,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.6.1 with: - args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' + args: --verbose --no-progress --max-concurrency 2 --exclude-loopback './**/*.md' --accept '100..=103,200..=299,429' output: ./lychee/out.md fail: true env: @@ -41,4 +41,4 @@ jobs: # If issue number is empty a new issue gets created issue-number: ${{ steps.find_issue.outputs.issue-number }} content-filepath: ./lychee/out.md - labels: broken link, automated issue \ No newline at end of file + labels: broken link, automated issue