Skip to content

Commit 651c379

Browse files
authored
test: add logs when downloading the public keys (#106)
Signed-off-by: Hector Fernandez <[email protected]> Signed-off-by: Hector Fernandez <[email protected]>
1 parent df6c89e commit 651c379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,10 @@ runs:
235235
fi
236236
237237
if [[ ${{ inputs.cosign-release }} < 'v0.6.0' ]]; then
238+
log_info "Downloading cosign public key '${{ inputs.cosign-release }}' of cosign...\n https://raw.githubusercontent.com/sigstore/cosign/${{ inputs.cosign-release }}/.github/workflows/cosign.pub"
238239
RELEASE_COSIGN_PUB_KEY=https://raw.githubusercontent.com/sigstore/cosign/${{ inputs.cosign-release }}/.github/workflows/cosign.pub
239240
else
241+
log_info "Downloading cosign public key '${{ inputs.cosign-release }}' of cosign...\n https://raw.githubusercontent.com/sigstore/cosign/${{ inputs.cosign-release }}/release/release-cosign.pub"
240242
RELEASE_COSIGN_PUB_KEY=https://raw.githubusercontent.com/sigstore/cosign/${{ inputs.cosign-release }}/release/release-cosign.pub
241243
fi
242244

0 commit comments

Comments
 (0)