sfullen96/Get latest version
Get the latest version of a repo using the Github API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Repository owner | yes | "" |
| repo | Repository name | yes | "" |
| environment | The environment to get the version for, leave blank to get latest of any envs. Usually named after the branch e.g. dev, alpha, master | no | — |
| include-pre-release | Boolean - whether or not to include pre-releases when working out the latest release | yes | — |
| github-token | Github token | yes | — |
Outputs
| name | description |
|---|---|
| version | The latest version |