actions-rindeal/Verify Remote Git Refs Equality
Enhance your repository mirroring process with this GitHub Action. It ensures that the references (refs) in your remote Git repositories are identical, preventing unnecessary clone-push cycles. Keep your mirrors up-to-date and synchronized efficiently.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-repo-url | The URL of the source Git repository | yes | — |
| target-repo-url | The URL of the target Git repository | yes | — |
Outputs
| name | description |
|---|---|
| refs-differ | Indicates if the repositories have different references (true/false) |
| diff-message | Details the differences found between repositories (if any) |
| diff-type | Type ID categorizing the difference (if any) |
| source-repo-url | URL of the source Git repository (same as input) |
| target-repo-url | URL of the target Git repository (same as input) |