actions-marketplace-validations/Git Merge & Push Action

Merge two git branches and push the result

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetTarget branch of the merge operation, oursyes""
sourceSource branch to merge into our branch, theirsno""
strategy_optionsComma separated list of options for the `ort` merge strategyno""
user_emailgit config user.email for the merge commitnogit-merge-action@github.com
user_namegit config user.name for the merge commitnogit merge action
dry_runExecute a dry runnofalse
tokenPersonal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The docker container is destroyed after running removing the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) no${{ github.token }}

no outputs