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 fb2f864 commit b9cc6abCopy full SHA for b9cc6ab
.github/actions/provenance/action.yml
@@ -4,6 +4,12 @@ inputs:
4
subjects:
5
required: true
6
type: string
7
+ tag:
8
+ required: true
9
+ type: string
10
+ provenance-name:
11
12
13
runs:
14
using: "composite"
15
steps:
@@ -12,4 +18,5 @@ runs:
18
with:
19
base64-subjects: "${{ inputs.subjects }}"
20
upload-assets: true
- upload-tag-name: v.6.0.0 # Tag from the initiation of the workflow
21
+ upload-tag-name: ${{ inputs.tag }}
22
+ provenance-name: ${{ inputs.provenance-name }}
0 commit comments