We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb1c2a commit 5f3f250Copy full SHA for 5f3f250
1 file changed
.github/workflows/rebuild.yml
@@ -114,7 +114,7 @@ jobs:
114
# Otherwise, just commit the changes.
115
if git rev-parse --verify MERGE_HEAD >/dev/null 2>&1; then
116
echo "In progress merge detected, finishing it up."
117
- git merge --continue --no-edit
+ git commit --no-edit
118
else
119
echo "No in-progress merge detected, committing changes."
120
git commit -m "Rebuild"
0 commit comments