songmu/Create Branch from any refs without Checkout

Create git branches instantly using GitHub API without checkout. Supports any ref and cross-repository creation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGitHub token with write access to the repositoryno${{ github.token }}
repositoryRepository name with owner. For example, actions/checkoutno${{ github.repository }}
branchThe name of the branch to createyes
refThe ref (branch/tag/commit) to create the new branch fromno${{ github.ref }}
namedescription
createdWhether the branch was created (true) or already existed (false)