Skip to content

Commit

Permalink
Merge pull request #1 from kool-dev/v1-update
Browse files Browse the repository at this point in the history
add version to v1 - freezing on current behavior (latest 2.x)
  • Loading branch information
fabriciojs authored Jan 27, 2024
2 parents 5cae058 + 2fd7a7d commit 642d67d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -23,6 +23,6 @@ jobs:
steps:
- uses: kool-dev/action@v1

- name: Checking kool.dev version
- name: Checking kool.dev Version
run: kool --version
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 642d67d

Please sign in to comment.