pal-paul/palpaul-git-copy
Copy a file from a git repository to another git repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | github owner name of the destination repo | yes | — |
| repo | github repo name of the destination repo | yes | — |
| ref_branch | github ref branch or base branch of the destination repo (default master) | no | — |
| branch | github branch name to push the copied files (default auto generated) | no | — |
| token | github token | yes | — |
| file_path | path to the file in source repo | no | — |
| destination_file_path | path to the file to be copied to destination repo | no | — |
| directory | path to the directory in source repo | no | — |
| destination_directory | path to the directory to be copied to destination repo | no | — |
| pull_message | pull request message | no | — |
| pull_description | pull request description | no | — |
| reviewers | list of reviewers (separated by comma) | no | — |
| team_reviewers | list of team reviewers (separated by comma) | no | — |
Outputs
no outputs