actions-marketplace-validations/Branch Merge

Merges a source branch, or SHA1 ref into a target branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenToken used to authenticate with GitHub when performing the merge command.yes${{ github.token }}
source_refBranch name or Ref that you wish to merge into the target_branch.yes${{ github.ref }}
target_branchBranch you are merging the source ref into.yes
commit_message_templateTemplate to generate the commit message, see README.md for more infonoMerged {source_ref} into {target_branch}.

no outputs