actions-marketplace-validations/More Hub Mirror Action.
Mirror the list repos between hub (github/gitee/other).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dst_key | The private SSH key which is used to to push code in destination hub. | yes | — |
| dst | Destination name. Such as `gitee/kunpengcompute`. | yes | — |
| src | Source name. Such as `github/kunpengcompute`. | yes | — |
| cache_path | The path to cache the source repos code. | no | /github/workspace/hub-mirror-cache |
| static_list | Only 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_update | Force to update the destination repo, use '-f' flag do 'git push' | no | false |
| debug | Enable the debug flag to show detail log | no | false |
| timeout | Set the timeout for every git command, like '600'=>600s, '30m'=>30 mins, '1h'=>1 hours | no | 30m |
| mappings | The 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 | "" |
Outputs
no outputs