actions-marketplace-validations/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
- Stalelast commit Nov 8, 2021
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/elanworld_subtree-sync-action@28ee6889d98fbee6cfe5d844a3a2be0e08ad0266 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
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