Skip to content

Commit 2b8a590

Browse files
authored
Merge pull request #183 from unixorn/update-awesomebot-config
Update awesomebot to ignore some 5xx results
2 parents b4a679e + 4efd835 commit 2b8a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesomebot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: docker://dkhamsing/awesome_bot:latest
1717
with:
18-
args: /github/workspace/README.md --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
18+
args: /github/workspace/README.md --allow 502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io

0 commit comments

Comments
 (0)