Merge branch 'dev' into releases/v3

This commit is contained in:
JamesIves 2020-03-31 09:40:47 -04:00
commit 7e69d032e3

View File

@ -74,7 +74,7 @@ export async function generateBranch(action: ActionInterface): Promise<void> {
action.workspace action.workspace
) )
await execute( await execute(
`git push ${action.repositoryPath} ${action.branch}`, `git push --force ${action.repositoryPath} ${action.branch}`,
action.workspace action.workspace
) )
await execute(`git fetch`, action.workspace) await execute(`git fetch`, action.workspace)