guillaumefalourd/Create Other Repo Branch Action

Github Action to create a new branch on another repository 🆕🚀

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repository_ownerRepository Owner (e.g: octocat)yes
repository_nameRepository Name (e.g: my-repo)no
new_branch_nameNew branch name created on other repository (e.g: release-*.*.*)yes
new_branch_refRef to create the new branch name on other repository (e.g: main)no
access_tokenA PAT that has access to the repository (if necessary). Not to be combined with ssh_deploy_keyno
ignore_branch_existsIf the branch already exists then do not attempt to create branchno
ssh_deploy_keyAllows cloning of git reposorties via SSH Key. Not to be combined with access_tokenno
git_user_nameAllows setting user.name in git confignogithub-actions
git_user_emailAllows setting user.email in git confignogithub-actions@github.com

no outputs