Skip to content

Commit

Permalink
switch to recommended output passing in build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jan 18, 2024
1 parent 0441173 commit 55d18b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "console.log(firstNonNullDigest);" >> process.js
echo "fs.writeFileSync('digest.txt', firstNonNullDigest);" >> process.js
node process.js
echo "::set-output name=digest::$(cat digest.txt)"
echo "digest=$(cat digest.txt)" >> $GITHUB_OUTPUT
- name: Attest Binaries
uses: github-early-access/generate-build-provenance@main
with:
Expand Down

0 comments on commit 55d18b2

Please sign in to comment.