From 295a76ea28fb15034def7f1a9a9bfd55147c0dc3 Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Thu, 9 Apr 2026 13:18:09 -0400 Subject: [PATCH] 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 --- .github/workflows/mshv-infra.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mshv-infra.yaml b/.github/workflows/mshv-infra.yaml index e067e9ea8..18e419f05 100644 --- a/.github/workflows/mshv-infra.yaml +++ b/.github/workflows/mshv-infra.yaml @@ -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