mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
Chnaged the documentation to sepcify v before 'version'
This commit is contained in:
parent
7a1bf8ea91
commit
1a980ffbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Acceptable values are latest or any semantic version string like 1.15.0. Use thi
|
||||||
```yaml
|
```yaml
|
||||||
- uses: azure/setup-helm@v1
|
- uses: azure/setup-helm@v1
|
||||||
with:
|
with:
|
||||||
version: '<version>' # default is latest stable
|
version: v'<version>' # default is latest stable
|
||||||
id: install
|
id: install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue