File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This action is only available for Linux and macOS [virtual environments](https:/
1010
1111## Usage
1212
13- Just uses ` kool-dev/action@v1 ` at your action yml file. e.g :
13+ Just use ` kool-dev/action@v1 ` at your action YAML configuration file :
1414
1515``` yml
1616on : [push, workflow_dispatch]
2323 steps :
2424 - uses : kool-dev/action@v1
2525
26- - name : Checking kool.dev version
26+ - name : Checking kool.dev Version
2727 run : kool --version
2828` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'Install Kool CLI'
44runs :
55 using : " composite"
66 steps :
7- - run : curl -fsSL https://raw.githubusercontent.com/ kool- dev/kool/master/ install.sh | sudo bash
7+ - run : curl -fsSL " https://kool. dev/install?v=2&source=action" | bash
88 shell : bash
99
1010branding :
You can’t perform that action at this time.
0 commit comments