bfv/OpenEdge Flat Version
Github action turning an OpenEdge version into a flat version string (12.8.2 --> 128)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 6, 2024
- License
- MIT
Pinned Snippet
uses: bfv/openedge-flatversion@49ecdca1670447fcf715c0b505607ec17dc59b62 # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | OpenEdge version string | yes | — |
Outputs
| name | description |
|---|---|
| flat-version | Flat version string (12.8.2 --> 128) |
| release-version | Release version string (12.8.2 --> 12.8) |
| base-version | Base version string (12.8.2 --> 12.8.0) |