Skip to content

Commit 47401bc

Browse files
committed
Fix incorrect EnumMember value for Yaml
Signed-off-by: Li Qingwen <kingwensli@gmail.com>
1 parent 15075f2 commit 47401bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runner/Synapse.Runner/WorkflowOutputFormat.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public enum WorkflowOutputFormat
2828
/// <summary>
2929
/// Indicates that the workflow output should be formatted to YAML
3030
/// </summary>
31-
[EnumMember(Value = "json")]
31+
[EnumMember(Value = "yaml")]
3232
Yaml
3333
}

0 commit comments

Comments
 (0)