This commit is contained in:
JamesIves 2020-03-31 09:40:27 -04:00
parent b369adedad
commit c72d739e1c

View File

@ -74,7 +74,7 @@ export async function generateBranch(action: ActionInterface): Promise<void> {
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)