We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4853265 + c1c5345 commit f7bc216Copy full SHA for f7bc216
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Get Ruby version
18
id: rubyversion
19
- run: echo "::set-output name=version::$(curl https://raw.githubusercontent.com/github/pages-gem/master/.ruby-version)"
+ run: echo "::set-output name=version::3.2"
20
21
- name: Set up Ruby
22
uses: ruby/setup-ruby@v1
0 commit comments