Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bug: 🐝 fail if there isgithub-pages-deploy-action branch due to conflicttemporaryDeploymentBranch #1712

Open
Assignees
JamesIvescopilot-swe-agent
Labels
@xuwei-k

Description

@xuwei-k

Describe the bug

This action create temporary branchgithub-pages-deploy-action/{random string}. but this cause conflict error.

consttemporaryDeploymentBranch=`github-pages-deploy-action/${Math.random()
.toString(36)
.substr(2,9)}`

Reproduction Steps

creategithub-pages-deploy-action branch and run this action

Logs

/usr/bin/git add --all./usr/bin/git checkout -b github-pages-deploy-action/sh2ajsxuxfatal: cannot lock ref'refs/heads/github-pages-deploy-action/sh2ajsxux':'refs/heads/github-pages-deploy-action' exists; cannot create'refs/heads/github-pages-deploy-action/sh2ajsxux'Running post deployment cleanup jobs… 🗑️

Workflow

https://github.com/scala-text/scala_text/actions/runs/11172103654/job/31058018457#step:22:74

Additional Comments

I will suggest avoid/ char.

- `github-pages-deploy-action/{ramdom string}`+ `github-pages-deploy-action-{ramdom string}`

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp