Skip to content

Commit

Permalink
Add header to contents to separate it from provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 26, 2024
1 parent 8f18e33 commit 5eee91e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ runs:
with:
subject-path: "/tmp/baipp/dist/*"

- name: Add contents header if provenance is present
if: ${{ inputs.attest-build-provenance-github == 'true' }}
shell: bash
run: echo -e '\n### Package Contents' >> $GITHUB_STEP_SUMMARY


- name: Set output
id: dist-location-setter
shell: bash
Expand Down

0 comments on commit 5eee91e

Please sign in to comment.