Skip to content

Commit

Permalink
fix(attest): use attest action in direct
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Sep 13, 2024
1 parent f44b778 commit de7d69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/attest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/attest-build-provenance@v1
- uses: actions/attest@v1
with:
subject-path: ${{ inputs.subject-path }}
subject-digest: ${{ inputs.subject-digest }}
Expand Down

0 comments on commit de7d69e

Please sign in to comment.