Skip to content

Commit 9702c27

Browse files
committed
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-4c1fc3d0aa
2 parents 4f6ea84 + 77591e2 commit 9702c27

File tree

6 files changed

+14040
-13487
lines changed

6 files changed

+14040
-13487
lines changed

.github/workflows/rebuild.yml

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

0 commit comments

Comments
 (0)