mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Use a variable of type number for the OS disk size
It's better to let GitHub Actions validate this. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
This commit is contained in:
committed by
Bo Chen
parent
5b67b8994a
commit
295a76ea28
2
.github/workflows/mshv-infra.yaml
vendored
2
.github/workflows/mshv-infra.yaml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
OS_DISK_SIZE:
|
||||
description: 'OS Disk Size in GB'
|
||||
required: true
|
||||
type: string
|
||||
type: number
|
||||
RG:
|
||||
description: 'Resource Group Name'
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user