We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f18e33 commit b483852Copy full SHA for b483852
action.yml
@@ -114,6 +114,11 @@ runs:
114
shell: bash
115
working-directory: ${{ inputs.path }}
116
117
+ - name: Add GitHub build provenance header
118
+ if: ${{ inputs.attest-build-provenance-github == 'true' }}
119
+ shell: bash
120
+ run: echo -e '\n### GitHub Build Provenance' >> $GITHUB_STEP_SUMMARY
121
+
122
- name: Attest GitHub build provenance
123
if: ${{ inputs.attest-build-provenance-github == 'true' }}
124
uses: actions/attest-build-provenance@v1
0 commit comments