We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bed5cb commit 49f4189Copy full SHA for 49f4189
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+
21
- name: Update .ruby-version with matrix value
22
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
23
0 commit comments