mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-17 19:30:34 +00:00
Chnaged the documentation to sepcify v before 'version'
This commit is contained in:
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user