Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgarciaxygeni committed Apr 29, 2024
1 parent 6f6a450 commit e570a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
SHA_STEP_MATERIAL=$(jq -r .payload ${GITHUB_WORKSPACE}/provenance_kk.signed.json | base64 -d | jq -r .predicate.attestations[3].predicate.materials[0].digest[])
echo "SHA_ATT_MATERIAL $SHA_ATT_MATERIAL"
echo "SHA_STEP_MATERIAL $SHA_STEP_MATERIAL"
if [ "\$SHA_ATT_MATERIAL" = "\$SHA_STEP_MATERIAL" ]; then
if [ "$SHA_ATT_MATERIAL" == "$SHA_STEP_MATERIAL" ]; then
echo " "
else
Expand Down

0 comments on commit e570a86

Please sign in to comment.