elanworld/elanworld/subtree-sync-action
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.) | no | — |
| repo_token | github token in setting | yes | — |
| path | Path prefix in parent repo to split into child subtree (eg. src/PackageName.) | yes | — |
| force | Force push to the child subtree repository | no | false |
| branch | Branch of child subtree repository (default is branch or tag ref that triggered the workflow.) | no | "" |
Outputs
no outputs