This commit is contained in:
di-sukharev
2023-05-20 19:03:04 +08:00
parent b7938e3488
commit 90361b65ee
2 changed files with 2 additions and 2 deletions

View File

@@ -28010,7 +28010,7 @@ async function improveCommitMessagesWithRebase({
await execa("git", ["checkout", source]);
await execa("git", ["rebase", lastCommit.sha]);
ce("Force pushing interactively rebased commits into remote origin.");
await execa("git", ["push", "origin", `+${context.ref}`]);
await execa("git", ["push", "origin", `+${source}`]);
ce("Done \u23F1\uFE0F");
}
async function run(retries = 3) {