You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Install the Kosli CLI on Github Actions runners
inputs:
version:
description: 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.
required: false
default: latest
github-token:
description: Token used to authenticate GitHub API calls when resolving `latest` or a major/minor pin.
required: false
default: ${{ github.token }}
outputs:
version:
description: The resolved Kosli CLI version that was installed.