Skip to content

Commit

Permalink
docs: mention @v1
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 10, 2022
1 parent 24416ad commit 9d5aad2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Setup GitHub Actions workflow with a specific version of [Bun](https://github.co
## Usage
```yaml
- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1.x.x
uses: antongolub/action-setup-bun@v1 # or @v1.x.x
with:
bun-version: 0.1.2 # Examples: 0.0.77, 0.1.2, >=0.1
bun-version: 0.1.2
# Examples: 0.0.77, 0.1.2, >=0.1

- name: Run script
run: bun index.js
Expand Down

0 comments on commit 9d5aad2

Please sign in to comment.