Skip to content

Commit 5f3f250

Browse files
committed
Fix finishing up in progress merge
1 parent 6fb1c2a commit 5f3f250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# Otherwise, just commit the changes.
115115
if git rev-parse --verify MERGE_HEAD >/dev/null 2>&1; then
116116
echo "In progress merge detected, finishing it up."
117-
git merge --continue --no-edit
117+
git commit --no-edit
118118
else
119119
echo "No in-progress merge detected, committing changes."
120120
git commit -m "Rebuild"

0 commit comments

Comments
 (0)