diff --git a/README.md b/README.md index ef39406..4110311 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This action is only available for Linux and macOS [virtual environments](https:/ ## Usage -Just uses `kool-dev/action@v1` at your action yml file. e.g: +Just use `kool-dev/action@v1` at your action YAML configuration file: ```yml on: [push, workflow_dispatch] @@ -23,6 +23,6 @@ jobs: steps: - uses: kool-dev/action@v1 - - name: Checking kool.dev version + - name: Checking kool.dev Version run: kool --version ``` diff --git a/action.yml b/action.yml index f353f25..a458849 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ description: 'Install Kool CLI' runs: using: "composite" steps: - - run: curl -fsSL https://raw.githubusercontent.com/kool-dev/kool/master/install.sh | sudo bash + - run: curl -fsSL "https://kool.dev/install?v=2&source=action" | bash shell: bash branding: