4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00

feat: add downloadBaseURL action input

This commit is contained in:
Paul Vollmer 2023-06-25 23:03:53 +02:00
parent ac5ee1fca8
commit b003a9a723

View file

@ -8,6 +8,10 @@ inputs:
token:
description: GitHub token. Required only if 'version' == 'latest'
required: false
downloadBaseURL:
description: 'Set the download base URL'
required: false
default: 'https://get.helm.sh'
outputs:
helm-path:
description: 'Path to the cached helm binary'