actions-marketplace-validations/Version Parser
Deciphers a release/tag version from a git ref.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trim-start | Expect the version to begin with a string (for example 'v') and remove it. | yes | "" |
| ref | The git ref to parse. | yes | — |
Outputs
| name | description |
|---|---|
| version | The version found in the git ref. |