mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-03 00:15:56 +00:00
Fix git author
This commit is contained in:
4
.github/workflows/autobump.yaml
vendored
4
.github/workflows/autobump.yaml
vendored
@@ -8,9 +8,9 @@ jobs:
|
|||||||
bump:
|
bump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GIT_AUTHOR_NAME: "ci-robbot [bot]"
|
GIT_AUTHOR_NAME: "ci-robbot"
|
||||||
GIT_AUTHOR_EMAIL: robot@c3os.io
|
GIT_AUTHOR_EMAIL: robot@c3os.io
|
||||||
GIT_COMMITTER_NAME: "ci-robbot [bot]"
|
GIT_COMMITTER_NAME: "ci-robbot"
|
||||||
GIT_COMMITTER_EMAIL: robot@c3os.io
|
GIT_COMMITTER_EMAIL: robot@c3os.io
|
||||||
WORK_BRANCH: bumps
|
WORK_BRANCH: bumps
|
||||||
AUTO_GIT: true
|
AUTO_GIT: true
|
||||||
|
Reference in New Issue
Block a user