We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15075f2 commit 47401bcCopy full SHA for 47401bc
src/runner/Synapse.Runner/WorkflowOutputFormat.cs
@@ -28,6 +28,6 @@ public enum WorkflowOutputFormat
28
/// <summary>
29
/// Indicates that the workflow output should be formatted to YAML
30
/// </summary>
31
- [EnumMember(Value = "json")]
+ [EnumMember(Value = "yaml")]
32
Yaml
33
}
0 commit comments