Skip to content

Commit

Permalink
update ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar authored Dec 13, 2022
1 parent f3a350b commit ed14888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/awesome_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6
- name: Checks
run: |
gem install awesome_bot
awesome_bot --allow-redirect --request-delay 1 README.md
awesome_bot --allow-redirect --request-delay 1 README.md

0 comments on commit ed14888

Please sign in to comment.