jyny/Mirroring git repo
GitHub Action for mirroring git repository that Support sync from/to private repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| SRC_REMOTE_URL | The source git repository | yes | — |
| SRC_SSH_KEY | The ssh key for access the source git repository | — | — |
| SRC_KNOWN_HOST | The known host for access the source git repository | — | — |
| SRC_IGNORE_HOST_KEY | Ignore the host key check during access the source git repository | — | false |
| SRC_USERNAME | The username for access the source git repository | — | — |
| SRC_PASSWORD | The password for access the source git repository | — | — |
| DST_REMOTE_URL | The destination git repository | yes | — |
| DST_SSH_KEY | The ssh key for access the destination git repository | — | — |
| DST_KNOWN_HOST | The known host for access the destination git repository | — | — |
| DST_IGNORE_HOST_KEY | Ignore the host key check during access the destination git repository | — | false |
| DST_USERNAME | The username for access the destination git repository | — | — |
| DST_PASSWORD | The password for access the destination git repository | — | — |
Outputs
no outputs