Skip to content

Commit a41a23d

Browse files
committed
Define inputs.os as a variable
1 parent 087701f commit a41a23d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/reusable-windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Reusable Windows
33
on:
44
workflow_call:
55
inputs:
6+
os:
7+
description: OS to run on
8+
required: true
9+
type: string
610
arch:
711
description: CPU architecture
812
required: true

0 commit comments

Comments
 (0)