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 f3bfcb5 + a6cc3dc commit 8681a61Copy full SHA for 8681a61
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
- uses: actions/checkout@v1
14
- uses: actions/setup-python@v1
15
- run: pip install pre-commit-mirror-maker
16
- - run: git config --global user.name pre-commit
17
- - run: git config --global user.email pre-commit@example.com
+ - run: git config --global user.name 'Github Actions'
+ - run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
18
- run: pre-commit-mirror . --language=python --package-name=mypy --types=python --args=--ignore-missing-imports,--scripts-are-modules --require-serial
19
- run: |
20
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY
0 commit comments