Skip to content

Commit 2a64446

Browse files
authored
Update action.yml
1 parent a6c849b commit 2a64446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ runs:
4747
python3 -m pip download -r "$GITHUB_ACTION_PATH/requirements.txt"
4848
4949
# Verifying artifact attestations
50-
gh attestation verify "$GITHUB_ACTION_PATH/commit_check-*.whl" -R commit-check/commit-check
50+
gh attestation verify commit_check-*.whl -R commit-check/commit-check
5151
5252
# Install artifact
53-
python3 -m pip install -r "$GITHUB_ACTION_PATH/commit_check-*.whl"
53+
python3 -m pip install commit_check-*.whl
5454
env:
5555
GH_TOKEN: ${{ github.token }}
5656
- name: Run commit-check

0 commit comments

Comments
 (0)