File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,13 +122,13 @@ on:
122122 outputs :
123123 cosign-version :
124124 description : Cosign version used for verification
125- value : ${{ jobs.post .outputs.cosign-version }}
125+ value : ${{ jobs.finalize .outputs.cosign-version }}
126126 cosign-verify-commands :
127127 description : Cosign verify commands
128- value : ${{ jobs.post .outputs.cosign-verify-commands }}
128+ value : ${{ jobs.finalize .outputs.cosign-verify-commands }}
129129 artifact-name :
130130 description : Name of the uploaded artifact (for local output)
131- value : ${{ jobs.post .outputs.artifact-name }}
131+ value : ${{ jobs.finalize .outputs.artifact-name }}
132132
133133env :
134134 DOCKER_ACTIONS_TOOLKIT_MODULE : " @docker/actions-toolkit@0.67.0"
@@ -626,7 +626,7 @@ jobs:
626626
627627 core.setOutput(`result_${inpIndex}`, JSON.stringify(result));
628628
629- post :
629+ finalize :
630630 runs-on : ${{ inputs.runs-on || 'ubuntu-latest' }}
631631 permissions :
632632 contents : read
You can’t perform that action at this time.
0 commit comments