actions-marketplace-validations/Compare Releases Across Repositories
A GitHub Action which compares releasesa across two GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| destinationRepository | GitHub Repository of the Destination Repository. Format: Org/Repo | yes | — |
| sourceRepository | GitHub Repository of the Source Repository. Format: Org/Repo | yes | — |
| token | A repo scoped GitHub Personal Access Token | yes | — |
Outputs
| name | description |
|---|---|
| repo | The name of the repository with the newer release. Format: Org/Repo |
| tagName | The name of the tag on the destination repository. |