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)