actions-marketplace-validations/Branch to another repository
Used to create a branch of newly committed files in another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_folder | Source folder from origin | yes | — |
| destination_repo | Destination repository | yes | — |
| destination_folder | Destination folder to push the origin folder | no | — |
| user_email | Email for the git commit | yes | — |
| user_name | GitHub username for the commit | yes | — |
| destination_head_branch | The branch to create to push the changes. Cannot be master or main | yes | — |
| destination_base_branch | The branch into which you want your code merged. | no | main |
| allow_force_push | Allow force push | no | false |
Outputs
no outputs