diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index 30d548623..0c4671c46 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -25,7 +25,7 @@ jobs: - name: Amend the last commit run: | git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com" - git config --global user.name "git bot" + git config --global user.name "${GITHUB_ACTOR}" git commit -a --amend --no-edit git push --force-with-lease echo "Complete"