mirror of
https://github.com/pe3zx/my-infosec-awesome.git
synced 2025-01-10 07:09:32 -05:00
Update awesome.yml
This commit is contained in:
parent
fc3e4d1f3f
commit
a3d4113c7a
4
.github/workflows/awesome.yml
vendored
4
.github/workflows/awesome.yml
vendored
@ -7,10 +7,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Ruby 2.2
|
- name: Set up Ruby 3.0
|
||||||
uses: actions/setup-ruby@v1
|
uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.2
|
ruby-version: '2.2'
|
||||||
- name: Build and test with awesome_bot
|
- name: Build and test with awesome_bot
|
||||||
run: |
|
run: |
|
||||||
gem install awesome_bot
|
gem install awesome_bot
|
||||||
|
Loading…
Reference in New Issue
Block a user