Skip to content

Commit

Permalink
feat: safely force push with lease
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm committed Sep 22, 2021
1 parent b350a8c commit 872f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/git/index.ts
Original file line number Diff line number Diff line change
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 872f792

Please sign in to comment.