actions-marketplace-validations/More Hub Mirror Action.

Mirror the list repos between hub (github/gitee/other).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dst_keyThe private SSH key which is used to to push code in destination hub.yes
dstDestination name. Such as `gitee/kunpengcompute`.yes
srcSource name. Such as `github/kunpengcompute`.yes
cache_pathThe path to cache the source repos code.no/github/workspace/hub-mirror-cache
static_listOnly mirror repo in the static list, but don't get from repo api (the white/black list is still available). like 'repo1,repo2,repo3'yes""
force_updateForce to update the destination repo, use '-f' flag do 'git push'nofalse
debugEnable the debug flag to show detail lognofalse
timeoutSet the timeout for every git command, like '600'=>600s, '30m'=>30 mins, '1h'=>1 hoursno30m
mappingsThe source repos mappings, such as 'A=>B, C=>CC', source repo name would be mapped follow the rule: A to B, C to CC. Mapping is not transitive.no""

no outputs