mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update git.ts
This commit is contained in:
parent
6d74177c08
commit
df054c018d
@ -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)}`
|
||||
|
Loading…
Reference in New Issue
Block a user