From eacf8772d8a140a43a486743e75a1fc9a9d4b72d Mon Sep 17 00:00:00 2001 From: Oksana Grishchenko Date: Wed, 20 Sep 2023 14:55:42 +0200 Subject: [PATCH] update the commit author --- .github/workflows/rc_create.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rc_create.yml b/.github/workflows/rc_create.yml index 76ba80bf..ec2b3392 100644 --- a/.github/workflows/rc_create.yml +++ b/.github/workflows/rc_create.yml @@ -113,8 +113,8 @@ jobs: sed -i "s/dev-latest/$RC_BRANCH/g" deploy/quickstart-compose.yml deploy/quickstart-k8s.yaml # configure userdata for commits - git config --global user.email "oksana.grishchenko@percona.com" - git config --global user.name "Everest RC CI" + git config --global user.email "everest-ci@percona.com" + git config --global user.name "Everest RC CI triggered by ${{ github.actor }}" # commit and push the updated files git commit -a -m "update version tag"