We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939166d commit 40a7a04Copy full SHA for 40a7a04
action.yml
@@ -46,7 +46,7 @@ runs:
46
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
47
48
# Verifying artifact attestations
49
- gh attestation verify commit_check-*.whl -R commit-check/commit-check
+ gh attestation verify "$GITHUB_ACTION_PATH/commit_check-*.whl" -R commit-check/commit-check
50
env:
51
GH_TOKEN: ${{ github.token }}
52
- name: Run commit-check
0 commit comments