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 2a228d5 commit bf11fd5Copy full SHA for bf11fd5
.github/workflows/pre-submit.e2e.generic.main.yml
@@ -47,7 +47,7 @@ jobs:
47
env:
48
FILE: ${{ env.BUILD_ARTIFACT }}
49
run: |
50
- echo "hashes=$(sha256sum $FILE | base64 -w0)" >> "$GITHUB_OUTPUT"
+ echo "hashes=$(sha256sum "${FILE}" | base64 -w0)" >> "${GITHUB_OUTPUT}"
51
52
attest:
53
needs: [build]
0 commit comments