mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added container-slug to MacOS and Windows workflows (unused on those platforms)
This commit is contained in:
parent
906d38d941
commit
a902af3c53
2 changed files with 10 additions and 0 deletions
5
.github/workflows/test-macos.yml
vendored
5
.github/workflows/test-macos.yml
vendored
|
@ -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
|
||||
|
|
5
.github/workflows/test-windows.yml
vendored
5
.github/workflows/test-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue