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 2ae0ccc commit 171a8bbCopy full SHA for 171a8bb
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
4
ref:
5
required: false
6
type: string
7
- default: ''
+ default: ""
8
description: The branch or reference to run the workflow against
9
jobs:
10
set_matrix:
@@ -43,7 +43,6 @@ jobs:
43
- name: Set up Ruby
44
uses: ruby/setup-ruby@v1
45
with:
46
- bundler: "latest"
47
ruby-version: ${{ matrix.ruby }}
48
- name: Change permissions
49
run: "chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"
0 commit comments