Skip to content

Commit 1de6b70

Browse files
authored
Use correct version string format in setup instructions #7
Use correct version string format in setup instructions
2 parents 87a2cd5 + d0d6381 commit 1de6b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Setup Helm
22
#### Install a specific version of helm binary on the runner.
33

4-
Acceptable values are latest or any semantic version string like 1.15.0. Use this action in workflow to define which version of helm will be used.
4+
Acceptable values are latest or any semantic version string like `v1.15.0`. Use this action in workflow to define which version of helm will be used.
55

66
```yaml
77
- uses: azure/setup-helm@v1

0 commit comments

Comments
 (0)