sachinpereira/Mirror a git repository GitHub Action
A GitHub Action for mirroring a git repository from one location to another using HTTPS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo | HTTPS git URL of the source repo. | yes | "" |
| source-github-token | The GitHub token used for cloning the source-repo. | no | "" |
| destination-repo | HTTPS git URL of the destination repo. | yes | "" |
| destination-github-token | The GitHub token used for pushing to the destination-repo. | yes | "" |
| follow-tags | Follow tags when mirroring the repository. | no | true |
| dry-run | Execute a dry run. | no | false |
Outputs
no outputs