connorjbracy/Copy to another repository
Used for pushing a copy of a file or directory to another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user_email | Email for the git commit | yes | — |
| user_name | GitHub username for the commit | yes | — |
| source_target | Source file from the origin directory | yes | — |
| destination_repo | Destination repository | yes | — |
| destination_branch | branch to push file to, defaults to main | no | — |
| destination_folder | Directory to push the file to | no | — |
| use_rsync | Copy files/directories using rsync instead of cp. Experimental feature, please know your use case | no | — |
| commit_message | A custom message for the commit | no | — |
| git_server | Git server host, default github.com | no | github.com |
| repo_level_secret | GitHub secret passed through calling Action | no | not found |
Outputs
no outputs