From c72d739e1c99c60147c016a512250dbb0627b59d Mon Sep 17 00:00:00 2001 From: JamesIves Date: Tue, 31 Mar 2020 09:40:27 -0400 Subject: [PATCH] Force --- src/git.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.ts b/src/git.ts index dd280e11..4e73570a 100644 --- a/src/git.ts +++ b/src/git.ts @@ -74,7 +74,7 @@ export async function generateBranch(action: ActionInterface): Promise { action.workspace ) await execute( - `git push ${action.repositoryPath} ${action.branch}`, + `git push --force ${action.repositoryPath} ${action.branch}`, action.workspace ) await execute(`git fetch`, action.workspace)