From a902af3c53f7478740b820e6d9c4c70ce1cc1f5c Mon Sep 17 00:00:00 2001 From: David Murphy Date: Fri, 8 Nov 2024 09:36:55 -0700 Subject: [PATCH] Added container-slug to MacOS and Windows workflows (unused on those platforms) --- .github/workflows/test-macos.yml | 5 +++++ .github/workflows/test-windows.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index f4ad541..d6c43f0 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -22,6 +22,11 @@ on: required: true description: The Instances To Test + container-slug: + type: string + required: true + description: The Container Slug + timeout: type: number required: false diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index e4d4dde..0451714 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -22,6 +22,11 @@ on: required: true description: The Instances To Test + container-slug: + type: string + required: true + description: The Container Slug + timeout: type: number required: false