From c43c1094f09649c350d9e5ea7b39a648b6e84f58 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:57:27 -0700 Subject: [PATCH] Update compile-clients.yml Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com> --- .github/workflows/compile-clients.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/compile-clients.yml index bb86d68..3c99cdc 100644 --- a/.github/workflows/compile-clients.yml +++ b/.github/workflows/compile-clients.yml @@ -51,6 +51,8 @@ jobs: - name: Merge back with 'dev' branch if: steps.git-auto-commit-action.outputs.changes_detected == 'true' run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git checkout dev git merge --allow-unrelated-histories ${{ steps.git-auto-commit-action.outputs.commit_hash }} git push origin dev