actions-marketplace-validations/Mirror Git
Synchronize git repositories like a mirror.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 12, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/k8scat_action-mirror-git@96b5d3cc73fd34c1db71388e9a42fdb2dac2dd1d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_protocol | https or ssh | — | https |
| source_host | Git server host without the protocol | yes | github.com |
| source_port | Git server port | no | — |
| source_username | Username on source git server | yes | — |
| source_private_key | SSH private key | no | — |
| source_token | Personal access token | no | — |
| source_token_username | Username who owned the token | no | — |
| dest_protocol | https or ssh | — | https |
| dest_host | Git server host without the protocol | yes | github.com |
| dest_port | Git server port | no | — |
| dest_username | Username on dest git server | yes | — |
| dest_private_key | SSH private key | no | — |
| dest_token | Personal access token | no | — |
| dest_token_username | Username who owned the token | no | — |
| dest_create_repo_script | Script used to create repo on dest git server | no | — |
| mirror_repos | Repos to mirror, separated by comma | yes | — |
| push_tags | Push tags, true or false | no | true |
| skip_tags_repos | Skip pushing tags for these repos, surrounded by comma | no | — |
| ignored_repos | Ignore these repos, surrounded by comma | no | — |
| slack_webhook | Slack webhook url | no | — |
| dingtalk_webhook | DingTalk webhook url | no | — |
| lark_webhook | Lark webhook url | no | — |
| notify_prefix | Prefix for notify message | no | Mirror Git |
| notify_suffix | Suffix for notify message | no | Powered by https://github.com/k8scat/action-mirror-git |
| ignore_error | Ignore error, true or false | no | false |
Outputs
no outputs