actions-marketplace-validations/Quantum Merge
Allows merging code from a given directory to a given repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy-key | SSH key to use for GitHub deployments | yes | — |
| username | GitHub user (or organization) associated for the destination repository | yes | — |
| repository | Name of the destination repository | yes | — |
| branch | Name of the branch the code should be pushed to | no | main |
| directory | Name of the directory from which to perform the merge | yes | — |
| remote-directory | Name of the directory which the data should be installed to | no | — |
| filter | The filter to apply to files cloned from the desination repository in order to merge changes | yes | — |
| commit-message | The message to associate with the commit | no | ${{ github.event.head_commit.message }} |
Outputs
no outputs