mirror of
https://github.com/ipfs/awesome-ipfs.git
synced 2024-11-20 11:28:35 -05:00
Allow 429 rate-limit errors
This commit is contained in:
parent
a186ad73e4
commit
95568bf158
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: gem install awesome_bot
|
||||
- run: awesome_bot --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md
|
||||
- run: awesome_bot --allow 429 --allow-redirect --allow-dupe --allow-ssl -w ipfs.io README.md
|
||||
|
||||
build:
|
||||
docker:
|
||||
|
|
Loading…
Reference in a new issue