|
|
|
|
|
|
15
|
- name: Install Awesome Bot
|
15
|
- name: Install Awesome Bot
|
|
16
|
run: gem install awesome_bot
|
16
|
run: gem install awesome_bot
|
|
17
|
- name: Run Awesome Bot
|
17
|
- name: Run Awesome Bot
|
|
18
|
- run: awesome_bot README.md --request-delay 1 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org
|
|
|
|
|
|
18
|
+ run: awesome_bot README.md --request-delay 0.2 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org
|
|
19
|
- uses: actions/upload-artifact@v1
|
19
|
- uses: actions/upload-artifact@v1
|
|
20
|
if: failure()
|
20
|
if: failure()
|
|
21
|
with:
|
21
|
with:
|