actions-marketplace-validations/ramble-inc/embarcadero
Commit and push files from a GitHub repository to another, and then create a pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| author-username | Username for the commit author for the destination repository. | yes | — |
| author-email | Email for the commit author for the destination repository. If unknown, use <>. | yes | — |
| mappings | JSON mapping of src file and dest directory compatible with `cp -r`. e.g. `'[{"src":"/file.txt","dest":"/dest"}]'` | yes | — |
| dest-username | GitHub username/organization for the destination repository. | yes | — |
| dest-repo | Destination repository name. | yes | — |
| dest-branch | [Optional] Branch name for the destination repository. Default: main. | no | — |
| create-pr | [Optional] Whether to create a pull request after pushing to the destination repository. Default: false. | no | — |
| dest-pr-base-branch | [Optional] Base branch name for a pull request to be created. Default: main. | no | — |
Outputs
no outputs