We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.0.3
1 parent ee38b18 commit 1c05403Copy full SHA for 1c05403
README.md
@@ -17,13 +17,13 @@ This repository provides a [GitHub Action][0] to setup [Buildless][1] within you
17
**Install the latest Buildless CLI, add it to the `PATH`, and run the agent**
18
```yaml
19
- name: "Setup: Buildless"
20
- uses: buildless/setup@v1
+ uses: buildless/setup@v1.0.3
21
```
22
23
**Install the latest Buildless CLI, add it to the `PATH`, without the agent:**
24
25
26
27
with:
28
agent: false # you really should use the agent tho
29
0 commit comments