We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 927eb69 + aa403c9 commit d9f3c7aCopy full SHA for d9f3c7a
1 file changed
.github/workflows/link-checker.yml
@@ -34,5 +34,5 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
with:
37
- args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-loopback --require-https --exclude sample.duendesoftware.com --root-dir \"$PWD/root\" root/**"
38
- fail: true
+ args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
+ fail: true
0 commit comments