mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +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
|
||||
- uses: azure/setup-helm@v1
|
||||
with:
|
||||
version: '<version>' # default is latest stable
|
||||
version: v'<version>' # default is latest stable
|
||||
id: install
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue