dewildedaan/Copy Files from Source Repo
Copy files from a source repository to the current repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_repo | The source repository in the format owner/repo. | yes | — |
| source_path | The path in the source repository to copy files from. | yes | — |
| destination_path | The path in the current repository to copy files to. | yes | — |
| commit_message | The commit message for the changes. | no | Automated file copy commit |
| create_pr | Whether to create a pull request (true/false). | no | false |
| pr_title | The title for the pull request. | no | Automated file copy PR |
| source_repo_token | Personal Access/GitHub App Token to access the source repository. | yes | — |
| destination_repo_token | Personal Access/GitHub App Token to gain write access to the current repository. | yes | — |
Outputs
no outputs