Skip to content

Commit

Permalink
chore: change default to options choice
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Apr 8, 2024
1 parent f431f61 commit 11c4e8a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/cloud-test-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,20 @@ on:
default: 'v0.19.0'
CLOUD_PROVIDER:
description: 'cloud k8s cluster provider (e.g. aks/aks-cn)'
type: string
required: false
required: true
default: 'aks-cn'
type: choice
options:
- aks
- aks-cn
REGION:
description: 'k8s region name'
type: string
required: false
default: 'eastus'
default: 'chinanorth3'
type: choice
options:
- eastus
- chinanorth3
CLUSTER_VERSION:
description: 'k8s cluster version (e.g. 1.27)'
type: string
Expand Down

0 comments on commit 11c4e8a

Please sign in to comment.