diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29865cd6..743cc426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,8 @@ jobs: - name: Git push assets to "release" branch run: | git init - git config --local user.name "actions" - git config --local user.email "action@github.com" + git config --local user.name "github-actions[bot]" + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout -b release git add *.txt *.sha256sum dlc.dat dlc.dat.zip dlc.dat.xz git commit -m "${{ env.RELEASE_NAME }}"