1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-21 10:41:28 +02:00

Clean white list

This commit is contained in:
Alexander Kartavenko
2025-04-11 19:22:31 +03:00
parent d1930c1c0e
commit 8a3d300f84

View File

@@ -3,7 +3,7 @@ on:
push: push:
branches: branches:
- master - master
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -12,13 +12,13 @@ jobs:
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '2.7' ruby-version: '2.7'
- name: Install Awesome Bot - name: Install Awesome Bot
run: gem install awesome_bot run: gem install awesome_bot
- name: Run Awesome Bot - name: Run Awesome Bot
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list oreilly.com,youtube.com
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: failure() if: failure()
with: with: