Skip to content

Commit c8842f2

Browse files
authored
awesome_bot now allows 403 errors in workflow (#916)
1 parent eecaeee commit c8842f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Checks
2121
run: |
2222
gem install awesome_bot
23-
awesome_bot README.md --allow-ssl -a 302,429,502 -w xbmc/xbmc,swiftui/fruta
23+
awesome_bot README.md --allow-ssl -a 302,429,502,403 -w xbmc/xbmc,swiftui/fruta

0 commit comments

Comments
 (0)