From b003a9a72372809c391a18476f65aef3c5820a47 Mon Sep 17 00:00:00 2001 From: Paul Vollmer Date: Sun, 25 Jun 2023 23:03:53 +0200 Subject: [PATCH] feat: add downloadBaseURL action input --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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'