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 2a57409 commit 0bfbaefCopy full SHA for 0bfbaef
1 file changed
actions/slsa_with_provenance/action.yml
@@ -32,7 +32,9 @@ runs:
32
if: ${{ startsWith(github.ref, 'refs/tags/') }}
33
run: |
34
echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY
35
- echo "github object contents ${{ github }}"
+ echo "github.actor ${{ github.actor }}"
36
+ echo "github.triggering_actor ${{ github.triggering_actor }}
37
+ echo "github.event_name ${{ github.event_name }}"
38
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
39
shell: bash
40
- id: summary
0 commit comments