Skip to content

Commit 4cdab3f

Browse files
committed
Ignore 500 errors
Don't want other people's crappy servers causing our link checks to fail. Signed-off-by: Joe Block <[email protected]>
1 parent ba769f8 commit 4cdab3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesomebot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: docker://dkhamsing/awesome_bot:latest
1919
with:
20-
args: /github/workspace/README.md README.md --allow-timeout --request-delay 1 --allow 429,502,503,504,509,521 --allow-ssl --allow-redirect --allow-dupe -w www.terraform.io,signup.hangops.com,kitchen.ci --white-list https://vimeo.com,kubernetes.io,kitchen.ci,debuggex.com,smile.amazon.com,code.visualstudio.com
20+
args: /github/workspace/README.md README.md --allow-timeout --request-delay 1 --allow 429,500,502,503,504,509,521 --allow-ssl --allow-redirect --allow-dupe -w www.terraform.io,signup.hangops.com,kitchen.ci --white-list https://vimeo.com,kubernetes.io,kitchen.ci,debuggex.com,smile.amazon.com,code.visualstudio.com

0 commit comments

Comments
 (0)