Update git.ts

This commit is contained in:
James Ives 2020-05-24 12:50:10 -04:00
parent 6d74177c08
commit df054c018d

View File

@ -93,7 +93,8 @@ 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 = 'github-pages-deploy-action-temp-deployment-folder'
const temporaryDeploymentDirectory =
'github-pages-deploy-action-temp-deployment-folder'
const temporaryDeploymentBranch = `github-pages-deploy-action/${Math.random()
.toString(36)
.substr(2, 9)}`