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