Skip to content

Commit a2b84ae

Browse files
committed
fix: readme
1 parent 8957297 commit a2b84ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
Install a specific version of helmwave binary on the runner.
44

5+
Documentation: https://docs.helmwave.app
6+
57
```yaml
6-
- uses: helmwave/setup-action@v0.2.0
8+
- uses: helmwave/setup-action@v0.3.0
79
with:
8-
version: '0.17.1'
10+
version: '0.28.0'
911
id: install
1012
```
1113
@@ -25,7 +27,7 @@ jobs:
2527
- uses: helmwave/setup-action@v0.2.0
2628
name: Install helmwave
2729
with:
28-
version: '0.17.1'
30+
version: '0.28.0'
2931
- run: helmwave --version
3032
- run: helmwave yml
3133
- run: helmwave up --build

0 commit comments

Comments
 (0)