actions-marketplace-validations/Semantic Versions Comparator
Compare and validate two semver strings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| first | The first value to compare | yes | — |
| second | The second value to compare | yes | — |
| operator | The compartor symbol to use. Only >, =, <, =<, => are allowed. | no | > |
Outputs
| name | description |
|---|---|
| result | The result of the comparison. Can be true or false. |