From 9fded8224c6d13c44c7e78a6fd555868f1dcc889 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Fri, 9 Feb 2024 19:37:10 +0200 Subject: [PATCH] Fixed awesomebot workflow --- .github/workflows/awesomebot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index fb70de6..39a4407 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -3,19 +3,22 @@ on: push: branches: - master + jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Set up Ruby - uses: actions/setup-ruby@v1 + - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.x + ruby-version: '2.7' + - name: Install Awesome Bot run: gem install 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 + - uses: actions/upload-artifact@v1 if: failure() with: