Skip to content

Commit bc13fbe

Browse files
authored
fix: change wheel package name to pygithub
1 parent 0c0e3d2 commit bc13fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
fi
7171
7272
# Install artifact
73-
python3 -m pip install commit_check-*.whl PyGithub-*.whl
73+
python3 -m pip install commit_check-*.whl pygithub-*.whl
7474
7575
python3 "$GITHUB_ACTION_PATH/main.py"
7676
env:

0 commit comments

Comments
 (0)