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.
2 parents 3aaa76c + 4216dc5 commit a0d2795Copy full SHA for a0d2795
README.md
@@ -66,7 +66,7 @@ We would :heart: contributions to improve this action. Please see [CONTRIBUTING.
66
- Create a personal access token with repository permissions and workflow permissions
67
- Copy the `.env-example` file to `.env`
68
- Edit the `.env` file by adding your Personal Access Token to it and the desired organization
69
-- Install dependencies `pip install -r requirements.txt`
+- Install dependencies `python -m pip install -r requirements.txt`
70
- Run the code `python3 enforcer.py`
71
- Note the log output for details on any pull requests that were opened
72
- After running locally this will have changed your git config user.name and user.email so those should be reset for this repository
0 commit comments