Skip to content

Commit 40a7a04

Browse files
authored
Update action.yml
1 parent 939166d commit 40a7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
4747
4848
# Verifying artifact attestations
49-
gh attestation verify commit_check-*.whl -R commit-check/commit-check
49+
gh attestation verify "$GITHUB_ACTION_PATH/commit_check-*.whl" -R commit-check/commit-check
5050
env:
5151
GH_TOKEN: ${{ github.token }}
5252
- name: Run commit-check

0 commit comments

Comments
 (0)