mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(workflows): disable editing commit when rebasing
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
e8fbb0dfa5
commit
91595aaec4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/command-compile.yml
vendored
4
.github/workflows/command-compile.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue