morbalint/Git Merge & Push Action
Merge two git branches and push the result
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Target branch of the merge operation, ours | yes | "" |
| source | Source branch to merge into our branch, theirs | no | "" |
| strategy_options | Comma separated list of options for the `ort` merge strategy | no | "" |
| user_email | git config user.email for the merge commit | no | git-merge-action@github.com |
| user_name | git config user.name for the merge commit | no | git merge action |
| dry_run | Execute a dry run | no | false |
| token | Personal 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 }} |
Outputs
no outputs