diff --git a/.github/workflows/release-created.yml b/.github/workflows/release-created.yml index fa2a404..16aa587 100644 --- a/.github/workflows/release-created.yml +++ b/.github/workflows/release-created.yml @@ -40,7 +40,7 @@ jobs: echo "software_version=$(poetry version | awk '{print $2}')" >> $GITHUB_ENV - name: Commit Version Bump run: | - git config --global user.name 'l2ss-py bot' - git config --global user.email 'l2ss-py@noreply.github.com' + git config user.name "${GITHUB_ACTOR}" + git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" git commit -am "/version ${{ env.software_version }}" git push \ No newline at end of file