Skip to content

Commit 2fd7a7d

Browse files
committed
add version to v1 - freezing on current behavior (latest 2.x)
1 parent 5cae058 commit 2fd7a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
on: [push, workflow_dispatch]
@@ -23,6 +23,6 @@ jobs:
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
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Install Kool CLI'
44
runs:
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

1010
branding:

0 commit comments

Comments
 (0)