wrong key
This commit is contained in:
committed by
GitHub
parent
de3d8e4a23
commit
24917fa2a6
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
@@ -14,10 +14,10 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Set up Ruby ${{ matrix.node }}
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
uses: actions/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.node }}
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
|
||||
- name: Cache gems
|
||||
uses: actions/cache@v1
|
||||
|
||||
Reference in New Issue
Block a user