Skip to content

Commit 85b0461

Browse files
committed
Revert and ignore template-injection error at capi extension workflow
1 parent b8d7148 commit 85b0461

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/capiext/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ runs:
4646
- name: Run test-spec with previous CAPI extension binaries
4747
id: check
4848
shell: bash
49-
run: |
49+
run: | # zizmor: ignore[template-injection]
5050
touch spec/ruby/optional/capi/ext/*.$DLEXT
5151
[ ! -f spec/ruby/optional/capi/ext/\*.$DLEXT ]
52-
${INPUT_MAKE} SPECOPTS=optional/capi test-spec
52+
${{ inputs.make }} SPECOPTS=optional/capi test-spec
5353
env:
5454
DLEXT: ${{ steps.config.outputs.DLEXT }}
55-
INPUT_MAKE: ${{ inputs.make }}
5655
working-directory: ${{ inputs.builddir }}
5756
if: ${{ steps.cache.outputs.cache-hit }}
5857

0 commit comments

Comments
 (0)