diff --git a/src/runner/Synapse.Runner/WorkflowOutputFormat.cs b/src/runner/Synapse.Runner/WorkflowOutputFormat.cs index b8709054..27023066 100644 --- a/src/runner/Synapse.Runner/WorkflowOutputFormat.cs +++ b/src/runner/Synapse.Runner/WorkflowOutputFormat.cs @@ -28,6 +28,6 @@ public enum WorkflowOutputFormat /// /// Indicates that the workflow output should be formatted to YAML /// - [EnumMember(Value = "json")] + [EnumMember(Value = "yaml")] Yaml } \ No newline at end of file