We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7deb0a1 + 7a44a9d commit 77591e2Copy full SHA for 77591e2
.github/workflows/rebuild.yml
@@ -111,7 +111,7 @@ jobs:
111
# Otherwise, just commit the changes.
112
if git rev-parse --verify MERGE_HEAD >/dev/null 2>&1; then
113
echo "In progress merge detected, finishing it up."
114
- git merge --continue
+ git merge --continue --no-edit
115
else
116
echo "No in-progress merge detected, committing changes."
117
git commit -m "Rebuild"
0 commit comments