Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit be1e4ed

Browse files
committed
Update workflow trigger comments to better document input schema
1 parent e3a7c44 commit be1e4ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: boolean
99
required: false
1010
default: false
11-
build_configuration: # "Final"
11+
build_configuration:
1212
description: "Build Configuration"
1313
type: choice
1414
required: false
@@ -26,7 +26,7 @@ on:
2626
type: boolean
2727
required: false
2828
default: false
29-
build_configuration: # "Final"
29+
build_configuration: # "Final" | "Debug Release" | "Debug Minimal" | "Debug Full"
3030
type: string
3131
required: false
3232
default: "Final"

0 commit comments

Comments
 (0)