Chnaged the documentation to sepcify v before 'version'

This commit is contained in:
Raghavendra S
2020-05-07 13:58:41 +05:30
parent 7a1bf8ea91
commit 1a980ffbb5

View File

@ -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
```