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 22d3cb1 commit b8cc29fCopy full SHA for b8cc29f
.github/workflows/generator_generic_slsa3.yml
@@ -96,7 +96,7 @@ on:
96
value: ${{ jobs.upload-assets.outputs.release-id }}
97
provenance-name:
98
description: "The artifact name of the signed provenance. (A file with the intoto.jsonl extension)."
99
- value: provenance-name
+ value: ${{ jobs.generator.outputs.provenance-name }}
100
# Note: we use this output because there is no buildt-in `outcome` and `result` is always `success`
101
# if `continue-on-error` is set to `true`.
102
outcome:
0 commit comments