From a6cc3dcb3a111ffff41dd3286a8fcde4859779f0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 15 Nov 2020 10:22:47 -0800 Subject: [PATCH] use github actions user to push Committed via https://github.com/asottile/all-repos --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 68de3bc..752f30f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - run: pip install pre-commit-mirror-maker - - run: git config --global user.name pre-commit - - 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' - run: pre-commit-mirror . --language=python --package-name=mypy --types=python --args=--ignore-missing-imports,--scripts-are-modules --require-serial - run: | git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY