Skip to content

Commit

Permalink
v4 readme update (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Feb 13, 2024
1 parent 0788eb3 commit 859dc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Install a specific version of helm binary on the runner.

## Example

Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2 and v3 of this action only support Helm3.
Acceptable values are latest or any semantic version string like v3.5.0 Use this action in workflow to define which version of helm will be used. v2+ of this action only support Helm3.

```yaml
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
with:
version: '<version>' # default is latest (stable)
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'
Expand Down

0 comments on commit 859dc38

Please sign in to comment.