We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-
/
1 parent 1b39d82 commit 94cdce4Copy full SHA for 94cdce4
1 file changed
src/git.ts
@@ -108,7 +108,7 @@ export async function init(action: ActionInterface): Promise<void | Error> {
108
export async function deploy(action: ActionInterface): Promise<Status> {
109
const temporaryDeploymentDirectory =
110
'github-pages-deploy-action-temp-deployment-folder'
111
- const temporaryDeploymentBranch = `github-pages-deploy-action/${Math.random()
+ const temporaryDeploymentBranch = `github-pages-deploy-action-${Math.random()
112
.toString(36)
113
.substr(2, 9)}`
114
const rsyncVersion = getRsyncVersion()
0 commit comments