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:
Demi Marie Obenour
2026-04-09 13:18:09 -04:00
committed by Bo Chen
parent 5b67b8994a
commit 295a76ea28

View File

@@ -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