loft-sh/Sync Code To Another Repository
Syncs code via git push OR pull requests from current repository to another repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token for accessing destination repository | yes | — |
| path_mapping | {source_path:dest_path,...} path mapping | yes | — |
| target_repo | Destination repository | yes | — |
| target_repo_dir | Destination repository (use already cloned folder) | no | — |
| pr_source_branch | The branch to create to push the changes. Cannot be master or main | no | repo-sync |
| pr_target_branch | The branch into which you want your code merged. | no | main |
| pr_title | The PR title which will be defined in the PR | no | chore: repo-sync |
| commit_msg | The commit message which will be used. | no | — |
| git_email | Email for the git commit | no | — |
| git_username | Git username for the commit | no | — |
Outputs
no outputs