mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-02 16:06:17 +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:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GIT_AUTHOR_NAME: "ci-robbot [bot]"
|
||||
GIT_AUTHOR_NAME: "ci-robbot"
|
||||
GIT_AUTHOR_EMAIL: robot@c3os.io
|
||||
GIT_COMMITTER_NAME: "ci-robbot [bot]"
|
||||
GIT_COMMITTER_NAME: "ci-robbot"
|
||||
GIT_COMMITTER_EMAIL: robot@c3os.io
|
||||
WORK_BRANCH: bumps
|
||||
AUTO_GIT: true
|
||||
|
Reference in New Issue
Block a user