Merge branch 'dev' into releases/v3

This commit is contained in:
James Ives 2020-05-24 12:56:07 -04:00
commit 44b4fa6ba7

View File

@ -93,8 +93,11 @@ export async function generateBranch(action: ActionInterface): Promise<void> {
/* Runs the necessary steps to make the deployment. */
export async function deploy(action: ActionInterface): Promise<Status> {
const temporaryDeploymentDirectory = 'gh-action-temp-deployment-folder'
const temporaryDeploymentBranch = 'gh-action-temp-deployment-branch'
const temporaryDeploymentDirectory =
'github-pages-deploy-action-temp-deployment-folder'
const temporaryDeploymentBranch = `github-pages-deploy-action/${Math.random()
.toString(36)
.substr(2, 9)}`
info('Starting to commit changes…')