We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15075f2 + 47401bc commit eb26e52Copy full SHA for eb26e52
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