Skip to content

Commit

Permalink
feat(git): safely force push with lease (#11754)
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm committed Sep 30, 2021
1 parent fa4f7b2 commit a630a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/git/index.ts
Expand Up @@ -757,7 +757,7 @@ export async function commitFiles({
}

const pushOptions: TaskOptions = {
'--force': null,
'--force-with-lease': null,
'-u': null,
};
if (getNoVerify().includes(GitNoVerifyOption.Push)) {
Expand Down

0 comments on commit a630a92

Please sign in to comment.