mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-05-22 17:02:04 +00:00
feat: add downloadBaseURL input to support custom download mirrors
This commit is contained in:
parent
9095542ace
commit
96bb93543b
4 changed files with 72 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue