Skip to content

Commit 1dbdce0

Browse files
authored
Merge pull request #919 from unixorn/ignore-403s
Ignore 403 errors
2 parents 4300be8 + e72bd7e commit 1dbdce0

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
@@ -20,4 +20,4 @@ jobs:
2020
fetch-depth: 0
2121
- uses: docker://dkhamsing/awesome_bot:latest
2222
with:
23-
args: /github/workspace/README.md --allow-ssl --allow 202,500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://twitter.com,https://medium.com,https://stackoverflow.com
23+
args: /github/workspace/README.md --allow-ssl --allow 202,403,500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,https://twitter.com,https://medium.com,https://stackoverflow.com

0 commit comments

Comments
 (0)