actions-marketplace-validations/Koha Branch by Label
Returns the current branch name for a given Koha version label
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-label | The label of the branch you are looking for ( i.e. main, stable, oldstable ) | yes | — |
Outputs
| name | description |
|---|---|
| current-branch-name | The name of the branch that currently matches the given version label ( e.g. main, 19.11.x, 19.05.x, etc... ) |
| branch-name | same as current-branch-name |
| version-major-minor | Major and minor version number for this version of Koha |
| version-major | Major version number for this version of Koha |
| version-minor | Minor version number for this version of Koha |