Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:
fi

# Install artifact
python3 -m pip install commit_check-*.whl PyGithub-*.whl
python3 -m pip install commit_check-*.whl pygithub-*.whl

python3 "$GITHUB_ACTION_PATH/main.py"
env:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# For details please see: https://github.com/commit-check/commit-check
commit-check==0.10.1
# Interact with the GitHub API.
PyGithub==2.6.1
PyGithub==2.7.0