diff --git a/src/git.ts b/src/git.ts index 1f49ef27..13e82876 100644 --- a/src/git.ts +++ b/src/git.ts @@ -93,7 +93,8 @@ export async function generateBranch(action: ActionInterface): Promise { /* Runs the necessary steps to make the deployment. */ export async function deploy(action: ActionInterface): Promise { - 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)}`