Skip to content

Commit 2bbcf79

Browse files
committed
fix typo
1 parent 660b11e commit 2bbcf79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
submodules: recursive
2020

21-
- name: set up Ruby ${{ matrix.python-version }}
21+
- name: set up Ruby ${{ matrix.ruby-version }}
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: ${{ matrix.ruby-version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: recursive
2222

23-
- name: set up Ruby ${{ matrix.python-version }}
23+
- name: set up Ruby ${{ matrix.ruby-version }}
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)