From 5f3f250f837f5ea4139247a18a69fe4049012fde Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 11 Mar 2026 18:24:00 +0000 Subject: [PATCH] Fix finishing up in progress merge --- .github/workflows/rebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild.yml b/.github/workflows/rebuild.yml index 116cab82b..c604c8aab 100644 --- a/.github/workflows/rebuild.yml +++ b/.github/workflows/rebuild.yml @@ -114,7 +114,7 @@ jobs: # Otherwise, just commit the changes. if git rev-parse --verify MERGE_HEAD >/dev/null 2>&1; then echo "In progress merge detected, finishing it up." - git merge --continue --no-edit + git commit --no-edit else echo "No in-progress merge detected, committing changes." git commit -m "Rebuild"