diff --git a/action.yml b/action.yml index 78fa385..cd0c99c 100644 --- a/action.yml +++ b/action.yml @@ -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'