actions-marketplace-validations/Merge Multi Branch
Update multi branch from one branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 16, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/sosa-22_merge-multi-branch@cd28e6b6e81490a8d6a53f7a32ffe1a802cc096c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
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 }} |
| commit_message_template | Template to generate the commit message, see README.md for more info | no | Merged {source_ref} into {target_branch}. |
| slack_webhook | Webhook Slack send notification error | yes | — |
| slack_webhook_tag_user_id | Webhook Slack send notification error tag user | no | — |
Outputs
no outputs