We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087701f commit a41a23dCopy full SHA for a41a23d
1 file changed
.github/workflows/reusable-windows.yml
@@ -3,6 +3,10 @@ name: Reusable Windows
3
on:
4
workflow_call:
5
inputs:
6
+ os:
7
+ description: OS to run on
8
+ required: true
9
+ type: string
10
arch:
11
description: CPU architecture
12
required: true
0 commit comments