mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
Fix finishing up in progress merge
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user