From 886526ab14a944b31ce49be59ae96acd9f551f94 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 8 Jun 2020 09:30:34 +0900 Subject: [PATCH] Switch commit author to GitHub Actions bot - user.name: 'github-actions[bot]' - user.email: 'github-actions[bot]@users.noreply.github.com' cf. https://github.com/peaceiris/actions-gh-pages --- .github/workflows/pypi_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 58655a5e..f195d3b1 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -62,8 +62,8 @@ jobs: # we need to use a deploy key for this to get around branch protection as the default token fails - name: Pre-bump run: | - git config --local user.name 'Github Action' - git config --local user.email action@github.com + git config --local user.name 'github-actions[bot]' + git config --local user.email 'github-actions[bot]@users.noreply.github.com' python -m pipenv run inv release.bump-version --dev --commit git push git@github.com:${{ github.repository }}.git HEAD:master