We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35d0c3 commit 32027d1Copy full SHA for 32027d1
.github/workflows/linkvalidator.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
with:
25
- args: --accept=200,429,403 --verbose --no-progress './**/*.md'
+ args: --accept=200,429,403,502,503 --verbose --no-progress './**/*.md'
26
fail: true
27
28
- name: Create Issue From File
0 commit comments