actions-marketplace-validations/elanworld/subtree-sync-action

Sync a sub-directory from a parent repo to a child repository (git subtree.)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 8, 2021
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/elanworld_subtree-sync-action@28ee6889d98fbee6cfe5d844a3a2be0e08ad0266 # no releases — HEAD as of 2026-07-14

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repoChild repository to sync the subtree to (eg. owner/repository.)no
repo_tokengithub token in settingyes
pathPath prefix in parent repo to split into child subtree (eg. src/PackageName.)yes
forceForce push to the child subtree repositorynofalse
branchBranch of child subtree repository (default is branch or tag ref that triggered the workflow.)no""

no outputs