actions-marketplace-validations/Create Other Repo Branch Action
Github Action to create a new branch on another repository 🆕🚀
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository_owner | Repository Owner (e.g: octocat) | yes | — |
| repository_name | Repository Name (e.g: my-repo) | no | — |
| new_branch_name | New branch name created on other repository (e.g: release-*.*.*) | yes | — |
| new_branch_ref | Ref to create the new branch name on other repository (e.g: main) | no | — |
| access_token | A PAT that has access to the repository (if necessary). Not to be combined with ssh_deploy_key | no | — |
| ignore_branch_exists | If the branch already exists then do not attempt to create branch | no | — |
| ssh_deploy_key | Allows cloning of git reposorties via SSH Key. Not to be combined with access_token | no | — |
| git_user_name | Allows setting user.name in git config | no | github-actions |
| git_user_email | Allows setting user.email in git config | no | github-actions@github.com |
Outputs
no outputs