Skip to content

Commit

Permalink
awesome_bot now allows 403 errors in workflow (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharktrexer authored Dec 2, 2024
1 parent eecaeee commit c8842f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Checks
run: |
gem install awesome_bot
awesome_bot README.md --allow-ssl -a 302,429,502 -w xbmc/xbmc,swiftui/fruta
awesome_bot README.md --allow-ssl -a 302,429,502,403 -w xbmc/xbmc,swiftui/fruta

0 comments on commit c8842f2

Please sign in to comment.