Merge pull request #4329 from peaceiris/patch-1

Switch commit author to GitHub Actions bot
This commit is contained in:
Frost Ming
2020-06-08 10:36:44 +08:00
committed by GitHub
+2 -2
View File
@@ -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