From 2fd7a7d8bc421eb85e7007e285609c95a129fb6b Mon Sep 17 00:00:00 2001 From: fabriciojs Date: Thu, 25 Jan 2024 20:55:38 -0300 Subject: [PATCH] add version to v1 - freezing on current behavior (latest 2.x) --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: