Skip to content

Commit b9cc6ab

Browse files
author
Val Brodsky
committed
Update the provenance action to include tag, etc., all needed params
1 parent fb2f864 commit b9cc6ab

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/actions/provenance/action.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ inputs:
44
subjects:
55
required: true
66
type: string
7+
tag:
8+
required: true
9+
type: string
10+
provenance-name:
11+
required: true
12+
type: string
713
runs:
814
using: "composite"
915
steps:
@@ -12,4 +18,5 @@ runs:
1218
with:
1319
base64-subjects: "${{ inputs.subjects }}"
1420
upload-assets: true
15-
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

Comments
 (0)