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 e6d7e53 commit 1968496Copy full SHA for 1968496
action.yml
@@ -70,7 +70,7 @@ runs:
70
fi
71
72
# Install artifact
73
- python3 -m pip install commit_check-*.whl PyGithub-*.whl
+ python3 -m pip install commit_check-*.whl pygithub-*.whl
74
75
python3 "$GITHUB_ACTION_PATH/main.py"
76
env:
requirements.txt
@@ -2,4 +2,4 @@
2
# For details please see: https://github.com/commit-check/commit-check
3
commit-check==0.10.1
4
# Interact with the GitHub API.
5
-PyGithub==2.6.1
+PyGithub==2.7.0
0 commit comments