From 01260603f949c66f945b4556a70dfe000052b1e4 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Thu, 29 May 2025 20:01:37 +0000 Subject: [PATCH] add missing quote Signed-off-by: Tom Hennen --- actions/slsa_with_provenance/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/slsa_with_provenance/action.yml b/actions/slsa_with_provenance/action.yml index 1c5f97c4..84751ad4 100644 --- a/actions/slsa_with_provenance/action.yml +++ b/actions/slsa_with_provenance/action.yml @@ -33,7 +33,7 @@ runs: run: | echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY echo "github.actor ${{ github.actor }}" - echo "github.triggering_actor ${{ github.triggering_actor }} + echo "github.triggering_actor ${{ github.triggering_actor }}" echo "github.event_name ${{ github.event_name }}" 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 shell: bash