diff --git a/.github/workflows/compile_changelogs.yml b/.github/workflows/compile_changelogs.yml index d5e9d56266..d5e54fc306 100644 --- a/.github/workflows/compile_changelogs.yml +++ b/.github/workflows/compile_changelogs.yml @@ -43,8 +43,8 @@ jobs: - name: Commit if: steps.value_holder.outputs.CL_ENABLED run: | - git config --local user.email "97993072+SPLURT-Station-Bot@users.noreply.github.com" - git config --local user.name "SPLURT Bot" + git config --local user.email "action@github.com" + git config --local user.name "Changelogs" git pull origin master git add html/changelogs git commit -m "Automatic changelog compile [ci skip]" -a || true