We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef6b2c commit c4cb430Copy full SHA for c4cb430
1 file changed
.github/workflows/dead-links.yml
@@ -18,7 +18,7 @@ jobs:
18
id: lychee
19
uses: lycheeverse/lychee-action@v2
20
with:
21
- args: --accept 200,403
+ args: ["--accept", "200,403"]
22
fail: false
23
failIfEmpty: true
24
0 commit comments