Skip to content

Commit

Permalink
fix: readme version at 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.dev>
  • Loading branch information
sgammon authored Dec 5, 2023
1 parent 5acd482 commit 30e8238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This repository provides a [GitHub Action][0] to setup [Buildless][1] within you
**Install the latest Buildless CLI, add it to the `PATH`, and run the agent**
```yaml
- name: "Setup: Buildless"
uses: buildless/setup@v1.0.3
uses: buildless/setup@v1.0.2
```
**Install the latest Buildless CLI, add it to the `PATH`, without the agent:**
```yaml
- name: "Setup: Buildless"
uses: buildless/setup@v1.0.3
uses: buildless/setup@v1.0.2
with:
agent: false # you really should use the agent tho
```
Expand Down

0 comments on commit 30e8238

Please sign in to comment.