From f39ee87d80bb0ff948642e02afe91585d54389bb Mon Sep 17 00:00:00 2001 From: Frank Greguska <89428916+frankinspace@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:32:37 -0700 Subject: [PATCH] Setup CICD --- .github/workflows/release-created.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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