diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 6a55e02ba..a2c1693dd 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -16,7 +16,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@master with: - args: --accept=200,403,429 --max-redirects 10 "./**/*.html" "./**/*.md" "./**/*.txt" + args: --accept=200,403,429 --max-redirects=10 "./**/*.html" "./**/*.md" "./**/*.txt" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Fail if there were link errors