nxtlvlsoftware/nxtlvlsoftware/git-subtree
Sync a sub-directory from a parent repo to a child repository (git subtree.)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Child repository to sync the subtree to (eg. owner/repository.) | yes | — |
| path | Path prefix in parent repo to split into child subtree (eg. src/PackageName.) | yes | — |
| deploy_key | Deployment SSH key for pushing to child repo (checkout out deployment tokens for single repos or bot accounts for multi-repos/orgs.) | yes | — |
| tag | Create (or mirror) a tag on the child subtree repository (branch or tag ref that triggered the workflow when true.) | no | false |
| force | Force push to the child subtree repository (recommended for pure downstream mirrors.) | no | false |
| branch | Branch of child subtree repository (default is branch or tag ref that triggered the workflow.) | no | "" |
Outputs
no outputs