orbit-online/Program version
Determines the program version based on a git ref
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | The git ref to use. Defaults to `github.ref`. | no | ${{ github.ref }} |
| prefix | Prefix to replace with 'v' in tags. Defaults to `v``. | no | ${{ github.ref }} |
Outputs
| name | description |
|---|---|
| version | The program version |