diff --git a/.github/workflows/compile-clients.yml b/.github/workflows/compile-clients.yml index 6ba2a71..bb86d68 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 --allow-unrelated-histories main + git merge --allow-unrelated-histories ${{ steps.git-auto-commit-action.outputs.commit_hash }} git push origin dev