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 6cb1348 commit bed5eebCopy full SHA for bed5eeb
.github/workflows/ruby-build.yml
@@ -272,7 +272,6 @@ jobs:
272
path: ${{ runner.temp }}
273
- name: Unzip Ruby bundle
274
shell: bash
275
- run: unzip -q -d /tmp/ruby-bundle /tmp/codeql-ruby-bundle.zip
276
run: unzip -q -d "$RUNNER_TEMP"/ruby-bundle "$RUNNER_TEMP"/codeql-ruby-bundle.zip
277
278
- name: Run QL test
0 commit comments