diff --git a/.github/workflows/command-compile.yml b/.github/workflows/command-compile.yml index 7b74107f928..51610e91c7c 100644 --- a/.github/workflows/command-compile.yml +++ b/.github/workflows/command-compile.yml @@ -161,8 +161,8 @@ jobs: echo "No changes after conflict resolution, skipping commit" git rebase --skip else - echo "Changes found, continuing rebase" - git rebase --continue + echo "Changes found, continuing rebase without editing commit message" + git -c core.editor=true rebase --continue fi # Break if rebase is complete