actions-marketplace-validations/Branch Merge
Merges a source branch, or SHA1 ref into a target branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Token used to authenticate with GitHub when performing the merge command. | yes | ${{ github.token }} |
| source_ref | Branch name or Ref that you wish to merge into the target_branch. | yes | ${{ github.ref }} |
| target_branch | Branch you are merging the source ref into. | yes | — |
| commit_message_template | Template to generate the commit message, see README.md for more info | no | Merged {source_ref} into {target_branch}. |
Outputs
no outputs