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 16a798f commit 4c9e668Copy full SHA for 4c9e668
action.yml
@@ -54,7 +54,7 @@ runs:
54
gh attestation verify commit_check-*.whl -R commit-check/commit-check
55
56
# Install artifact
57
- python3 -m pip install commit_check-*.whl
+ python3 -m pip install commit_check-*.whl PyGithub-*.whl
58
python3 -m venv venv
59
source venv/bin/activate
60
python3 "$GITHUB_ACTION_PATH/main.py"
0 commit comments