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 1585578 commit e80c3c9Copy full SHA for e80c3c9
.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
ruby:
10
@@ -48,7 +48,6 @@ jobs:
48
- name: Set up Ruby
49
uses: ruby/setup-ruby@v1
50
with:
51
- bundler: "latest"
52
ruby-version: ${{ matrix.ruby }}
53
- name: Change permissions
54
run: "chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"
0 commit comments