feat: add downloadBaseURL input to support custom download mirrors

This commit is contained in:
Alexis Couvreur 2026-05-13 20:55:30 +02:00
parent 9095542ace
commit 96bb93543b
No known key found for this signature in database
4 changed files with 72 additions and 8 deletions

View file

@ -5,6 +5,10 @@ inputs:
description: 'Version of kubectl'
required: true
default: 'latest'
downloadBaseURL:
description: 'Set the download base URL'
required: false
default: 'https://dl.k8s.io'
outputs:
kubectl-path:
description: 'Path to the cached kubectl binary'