diff --git a/.github/workflows/autobump.yaml b/.github/workflows/autobump.yaml index 99e150b..fd5a61e 100644 --- a/.github/workflows/autobump.yaml +++ b/.github/workflows/autobump.yaml @@ -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