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 a6c849b commit 2a64446Copy full SHA for 2a64446
action.yml
@@ -47,10 +47,10 @@ runs:
47
python3 -m pip download -r "$GITHUB_ACTION_PATH/requirements.txt"
48
49
# Verifying artifact attestations
50
- gh attestation verify "$GITHUB_ACTION_PATH/commit_check-*.whl" -R commit-check/commit-check
+ gh attestation verify commit_check-*.whl -R commit-check/commit-check
51
52
# Install artifact
53
- python3 -m pip install -r "$GITHUB_ACTION_PATH/commit_check-*.whl"
+ python3 -m pip install commit_check-*.whl
54
env:
55
GH_TOKEN: ${{ github.token }}
56
- name: Run commit-check
0 commit comments