Skip to content

Commit

Permalink
set attestation-name variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 7, 2024
1 parent 9e33cd5 commit 799f112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/builders/generic_generator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ runs:
PROVENANCE_NAME: ${{ fromJson(inputs.slsa-workflow-inputs).provenance-name }}
OUTPUT_FILE: ${{ inputs.slsa-layout-file }}
run: |
pwd
DIR="$( pwd )"
(
cd ./../__TOOL_ACTION_DIR__/ && \
Expand All @@ -63,4 +62,4 @@ runs:
--provenance-name $PROVENANCE_NAME \
--output-file $DIR/$OUTPUT_FILE
)
ls -lah
echo "attestation-name=${PROVENANCE_NAME}.build.slsa" >>"${GITHUB_OUTPUT}"

0 comments on commit 799f112

Please sign in to comment.