linkheroes/Git Sync to Folder Action
🔃 Sync a repository into a folder of another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_repo | GitHub repo slug or full url of the source repository | yes | — |
| source_branch | Branch name to sync from | yes | main |
| destination_repo | GitHub repo slug or full url of the destination repository | yes | — |
| destination_branch | Branch name to sync to | yes | main |
| destination_folder | Folder path in destination repo where source content will be placed | no | "" |
| preserve_history | Whether to preserve individual commits history (true) or squash into single commits (false) | no | true |
| github_token | GitHub token for authentication | no | — |
| ssh_private_key | SSH key used to authenticate with both source and destination repos | no | — |
| source_ssh_private_key | SSH key used to authenticate with source repository only | no | — |
| destination_ssh_private_key | SSH key used to authenticate with destination repository only | no | — |
Outputs
no outputs