mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2024-11-01 01:11:46 +01:00
update ruby action
This commit is contained in:
parent
f3a350bc2c
commit
ed14888a82
1 changed files with 3 additions and 3 deletions
4
.github/workflows/awesome_bot.yaml
vendored
4
.github/workflows/awesome_bot.yaml
vendored
|
@ -14,9 +14,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Ruby 2.6
|
- name: Set up Ruby 2.6
|
||||||
uses: actions/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.6.x
|
ruby-version: 2.6
|
||||||
- name: Checks
|
- name: Checks
|
||||||
run: |
|
run: |
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
|
|
Loading…
Reference in a new issue