Skip to content

Commit 30e8238

Browse files
authored
fix: readme version at 1.0.2
Signed-off-by: Sam Gammon <[email protected]>
1 parent 5acd482 commit 30e8238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This repository provides a [GitHub Action][0] to setup [Buildless][1] within you
1717
**Install the latest Buildless CLI, add it to the `PATH`, and run the agent**
1818
```yaml
1919
- name: "Setup: Buildless"
20-
uses: buildless/[email protected].3
20+
uses: buildless/[email protected].2
2121
```
2222
2323
**Install the latest Buildless CLI, add it to the `PATH`, without the agent:**
2424
```yaml
2525
- name: "Setup: Buildless"
26-
uses: buildless/[email protected].3
26+
uses: buildless/[email protected].2
2727
with:
2828
agent: false # you really should use the agent tho
2929
```

0 commit comments

Comments
 (0)