Skip to content

Commit 92246c6

Browse files
KelleretoroCopilot
andauthored
Update .github/workflows/generator-generic-ossf-slsa3-publish.yml
Co-authored-by: Copilot <[email protected]>
1 parent b19efe2 commit 92246c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# List the artifacts the provenance will refer to.
5353
files=$(ls artifact*)
5454
# Generate the subjects (base64 encoded).
55-
echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
55+
echo "digests=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}"
5656
5757
provenance:
5858
needs: [build]

0 commit comments

Comments
 (0)