File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ steps:
2626 uses: kosli-dev/setup-cli-action@v2
2727 with:
2828 version:
29- 2.10.11
29+ 2.11.2
3030` ` `
3131
3232# # Inputs
3333
3434The actions supports the following inputs :
3535
36- - `version` : The version of `kosli` to install, defaulting to `2.10.11 `
36+ - `version` : The version of `kosli` to install, defaulting to `2.11.2 `
3737
3838# # Environment variables
3939
5252 steps:
5353 - name: Setup kosli
5454 uses: kosli-dev/setup-cli-action@v2
55+ # uncomment below to install a specific version
56+ # with:
57+ # version: 2.11.2
5558 - name: create flow
5659 run: |
5760 kosli create flow my-flow -t artifact,test,pull-request
Original file line number Diff line number Diff line change 44 version :
55 description : Version of Kosli CLI
66 required : false
7- default : 2.10.11
7+ default : 2.11.2
88branding :
99 icon : ' download-cloud'
1010 color : ' blue'
You can’t perform that action at this time.
0 commit comments