Added container-slug to MacOS and Windows workflows (unused on those platforms)

This commit is contained in:
David Murphy 2024-11-08 09:36:55 -07:00
parent 906d38d941
commit a902af3c53
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 10 additions and 0 deletions

View file

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

View file

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