We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d7148 commit 85b0461Copy full SHA for 85b0461
.github/actions/capiext/action.yml
@@ -46,13 +46,12 @@ runs:
46
- name: Run test-spec with previous CAPI extension binaries
47
id: check
48
shell: bash
49
- run: |
+ run: | # zizmor: ignore[template-injection]
50
touch spec/ruby/optional/capi/ext/*.$DLEXT
51
[ ! -f spec/ruby/optional/capi/ext/\*.$DLEXT ]
52
- ${INPUT_MAKE} SPECOPTS=optional/capi test-spec
+ ${{ inputs.make }} SPECOPTS=optional/capi test-spec
53
env:
54
DLEXT: ${{ steps.config.outputs.DLEXT }}
55
- INPUT_MAKE: ${{ inputs.make }}
56
working-directory: ${{ inputs.builddir }}
57
if: ${{ steps.cache.outputs.cache-hit }}
58
0 commit comments