We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34703ac commit eef256dCopy full SHA for eef256d
README.md
@@ -26,14 +26,14 @@ steps:
26
uses: kosli-dev/setup-cli-action@v2
27
with:
28
version:
29
- 2.11.2
+ 2.11.0
30
```
31
32
## Inputs
33
34
The actions supports the following inputs:
35
36
-- `version`: The version of `kosli` to install, defaulting to `2.11.2`
+- `version`: The version of `kosli` to install, defaulting to `2.11.0`
37
38
## Environment variables
39
action.yml
@@ -4,7 +4,7 @@ inputs:
4
5
description: Version of Kosli CLI
6
required: false
7
- default: 2.11.2
+ default: 2.11.0
8
branding:
9
icon: 'download-cloud'
10
color: 'blue'
0 commit comments