Skip to content

Commit

Permalink
fold
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Aug 22, 2024
1 parent 5b7e70c commit b3c3b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
id: update-predicate
run: |
uri="git+https://github.com/${{ github.event.inputs.repo }}@refs/heads/${{ github.event.inputs.branch }}"
echo 'predicate=$(echo '${{ steps.generate-build-provenance-predicate.outputs.predicate }}' | jq ".resolvedDependencies = [{\"uri\": \"$uri\", \"digest\": {\"gitCommit\": \"${{ github.event.inputs.commit }}\"}}]")' >> $GITHUB_OUTPUT
predicate=$(echo '${{ steps.generate-build-provenance-predicate.outputs.predicate }}' | jq -c ".resolvedDependencies = [{\"uri\": \"$uri\", \"digest\": {\"gitCommit\": \"${{ github.event.inputs.commit }}\"}}]")
echo "predicate=$predicate" >> $GITHUB_OUTPUT
- uses: actions/attest@2da0b136720d14f01f4dbeeafd1d5a4d76cbe21d # v1.4.0
id: attest
Expand Down

0 comments on commit b3c3b09

Please sign in to comment.