Skip to content

Commit 0bfbaef

Browse files
authored
make debug output more specific (#151)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 2a57409 commit 0bfbaef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

actions/slsa_with_provenance/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ runs:
3232
if: ${{ startsWith(github.ref, 'refs/tags/') }}
3333
run: |
3434
echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY
35-
echo "github object contents ${{ github }}"
35+
echo "github.actor ${{ github.actor }}"
36+
echo "github.triggering_actor ${{ github.triggering_actor }}
37+
echo "github.event_name ${{ github.event_name }}"
3638
go run github.com/slsa-framework/slsa-source-poc/sourcetool@f2031f563fc7323ce160313a13d456e4422244c9 --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3739
shell: bash
3840
- id: summary

0 commit comments

Comments
 (0)