mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
feat(git): safely force push with lease (#11754)
This commit is contained in:
parent
fa4f7b2baa
commit
a630a927bb
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ export async function commitFiles({
|
||||||
}
|
}
|
||||||
|
|
||||||
const pushOptions: TaskOptions = {
|
const pushOptions: TaskOptions = {
|
||||||
'--force': null,
|
'--force-with-lease': null,
|
||||||
'-u': null,
|
'-u': null,
|
||||||
};
|
};
|
||||||
if (getNoVerify().includes(GitNoVerifyOption.Push)) {
|
if (getNoVerify().includes(GitNoVerifyOption.Push)) {
|
||||||
|
|
Loading…
Reference in a new issue