mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
Merge pull request #4329 from peaceiris/patch-1
Switch commit author to GitHub Actions bot
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user