10
0
Fork 0
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:
elProxy 2024-03-01 17:15:56 +01:00 committed by GitHub
parent efbd96d464
commit ec8dd7c209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 29 deletions

View file

@ -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'