From 06a8e05fe54970e18259f6590e2477c75ccb3fbc 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