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 0c0e3d2 commit bc13fbeCopy full SHA for bc13fbe
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:
0 commit comments