kosli-dev/setup-kosli-cli
Install the Kosli CLI on Github Actions runners
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Kosli CLI to install. Accepts a full semver (e.g. 2.11.43) used as-is, a major pin "2" or major.minor pin "2.11" resolved to the newest stable release in that line, or `latest`. Defaults to latest. | no | latest |
| github-token | Token used to authenticate GitHub API calls when resolving `latest` or a major/minor pin. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved Kosli CLI version that was installed. |