mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 21:16:57 +00:00
feat: add downloadBaseURL action input
This commit is contained in:
parent
ac5ee1fca8
commit
b003a9a723
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ inputs:
|
||||||
token:
|
token:
|
||||||
description: GitHub token. Required only if 'version' == 'latest'
|
description: GitHub token. Required only if 'version' == 'latest'
|
||||||
required: false
|
required: false
|
||||||
|
downloadBaseURL:
|
||||||
|
description: 'Set the download base URL'
|
||||||
|
required: false
|
||||||
|
default: 'https://get.helm.sh'
|
||||||
outputs:
|
outputs:
|
||||||
helm-path:
|
helm-path:
|
||||||
description: 'Path to the cached helm binary'
|
description: 'Path to the cached helm binary'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue