mirror of
https://github.com/Azure/setup-kubectl.git
synced 2025-12-12 13:11:33 +00:00
Description was inaccurate, should have v prefix (#195)
This commit is contained in:
parent
47a0af42ba
commit
44bac4685f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: 'Kubectl tool installer'
|
||||
description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0'
|
||||
description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like "v1.15.0"'
|
||||
inputs:
|
||||
version:
|
||||
description: 'Version of kubectl'
|
||||
|
|
|
|||
Loading…
Reference in a new issue