Skip to content

Commit b556910

Browse files
committed
Remove duplicate args
1 parent b98aa3b commit b556910

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/linkcheck-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ jobs:
9292
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
9393
uses: lycheeverse/lychee-action@v2
9494
with:
95-
args: "--threads 5 --max-retries 5 --retry-wait-time 2 --exclude '/ja' --exclude '/ko' --include '^https?://' --include '^http?://' --base-url='${{ github.event.deployment_status.environment_url }}' '.'"
96-
format: markdown
9795
fail: false
9896
# Don't fail if no files to check
9997
failIfEmpty: false

0 commit comments

Comments
 (0)