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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy