We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1568e commit a262438Copy full SHA for a262438
README.md
@@ -0,0 +1,10 @@
1
+# setup-action
2
+
3
+Install a specific version of helmwave binary on the runner.
4
5
+```yaml
6
+- uses: helmwave/setup-action@v1
7
+ with:
8
+ version: '0.17.1'
9
+ id: install
10
+```
0 commit comments