Skip to content

Commit 8681a61

Browse files
authored
Merge pull request gruntwork-io#31 from pre-commit/all-repos_autofix_all-repos-sed
use github actions user to push
2 parents f3bfcb5 + a6cc3dc commit 8681a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- uses: actions/checkout@v1
1414
- uses: actions/setup-python@v1
1515
- 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
16+
- run: git config --global user.name 'Github Actions'
17+
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
1818
- run: pre-commit-mirror . --language=python --package-name=mypy --types=python --args=--ignore-missing-imports,--scripts-are-modules --require-serial
1919
- run: |
2020
git remote set-url origin https://x-access-token:[email protected]/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)