Skip to content

Commit b483852

Browse files
committed
Add provenance header to summary for nicer readbility
1 parent 8f18e33 commit b483852

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ runs:
114114
shell: bash
115115
working-directory: ${{ inputs.path }}
116116

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+
117122
- name: Attest GitHub build provenance
118123
if: ${{ inputs.attest-build-provenance-github == 'true' }}
119124
uses: actions/attest-build-provenance@v1

0 commit comments

Comments
 (0)