From 7d2b68c79f64cf9f5df2869994897a7937b057a9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 17 Aug 2022 14:11:36 +0000 Subject: [PATCH] Fix git author --- .github/workflows/autobump.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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