From e1c320b8047c9dd01383aa36af3cba287ad0a902 Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 28 Aug 2023 16:01:04 +0200 Subject: [PATCH] Replaced user config with github-actions[bot] --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 07f76c8..3d238b4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -149,8 +149,8 @@ jobs: - name: Commit changes run: | - git config --global user.name "vodemn" - git config --global user.email "vadim.turko@gmail.com" + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" git add -A git commit -m "Version bump"