We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github-pages-deploy-action
temporaryDeploymentBranch
This action create temporary branch github-pages-deploy-action/{random string}. but this cause conflict error.
github-pages-deploy-action/{random string}
github-pages-deploy-action/src/git.ts
Lines 110 to 112 in 1adc62d
create github-pages-deploy-action branch and run this action
/usr/bin/git add --all . /usr/bin/git checkout -b github-pages-deploy-action/sh2ajsxux fatal: 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… 🗑️
https://github.com/scala-text/scala_text/actions/runs/11172103654/job/31058018457#step:22:74
I will suggest avoid / char.
/
- `github-pages-deploy-action/{ramdom string}` + `github-pages-deploy-action-{ramdom string}`
The text was updated successfully, but these errors were encountered:
JamesIves
No branches or pull requests
Describe the bug
This action create temporary branch
github-pages-deploy-action/{random string}
. but this cause conflict error.github-pages-deploy-action/src/git.ts
Lines 110 to 112 in 1adc62d
Reproduction Steps
create
github-pages-deploy-action
branch and run this actionLogs
Workflow
https://github.com/scala-text/scala_text/actions/runs/11172103654/job/31058018457#step:22:74
Additional Comments
I will suggest avoid
/
char.The text was updated successfully, but these errors were encountered: