From c84f8599a94b19f3e567528d63d3217fa25d93d0 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:50:45 -0700 Subject: [PATCH] , --- .github/workflows/compile-clients.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/compile-clients.yml index d40cd0b..6ba2a71 100644 --- a/.github/workflows/compile-clients.yml +++ b/.github/workflows/compile-clients.yml @@ -52,5 +52,5 @@ jobs: if: steps.git-auto-commit-action.outputs.changes_detected == 'true' run: | git checkout dev - git merge --rebase ${{ steps.git-auto-commit-action.outputs.commit_hash }} + git merge --rebase --allow-unrelated-histories main git push origin dev