andstor/Copycat Action
GitHub Action for copying files to other repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| personal_token | Personal access token | yes | — |
| src_path | The source path to the file(s) or folder(s) to copy from | yes | — |
| dst_path | The destination path to copy the file(s) or folder(s) to | no | — |
| dst_owner | The name of the owner of the repository to push to | yes | — |
| dst_repo_name | The name of the repository to push to | yes | — |
| src_branch | The branch name of the source repository | no | master |
| dst_branch | The branch name of the destination repository | no | master |
| clean | Set to true if the dst_path should be emptied before copying | no | false |
| file_filter | A glob pattern for filtering file names | no | — |
| filter | A glob pattern for filtering file paths to be included for copying | no | — |
| exclude | A glob pattern for excluding paths | no | — |
| src_wiki | Set to true if the source repository you want to copy from is the GitHub Wiki | no | false |
| dst_wiki | Set to true if the destination repository you want to copy from is the GitHub Wiki | no | false |
| commit_message | A custom git commit message. | no | — |
| username | The GitHub username to associate commits made by this GitHub action | no | — |
| The email used for associating commits made by this GitHub action | no | — |
Outputs
no outputs