Thanks to visit codestin.com Credit goes to github.com
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 f3bfcb5 commit a6cc3dcCopy full SHA for a6cc3dc
1 file changed
.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