mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-06 14:56:57 +00:00
switching to fetching latest version from the dedicated file (#130)
This commit is contained in:
parent
efbd96d464
commit
ec8dd7c209
3 changed files with 17 additions and 29 deletions
|
|
@ -6,8 +6,9 @@ inputs:
|
|||
required: true
|
||||
default: 'latest'
|
||||
token:
|
||||
description: GitHub token. Required only if 'version' == 'latest'
|
||||
description: GitHub token. Used to be required to fetch the latest version
|
||||
required: false
|
||||
deprecationMessage: 'GitHub token is no longer required'
|
||||
default: '${{ github.token }}'
|
||||
downloadBaseURL:
|
||||
description: 'Set the download base URL'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue