Skip to content

Commit

Permalink
Merge pull request #497 from aweng126/fix-enum-value
Browse files Browse the repository at this point in the history
Fix incorrect EnumMember value for Yaml
  • Loading branch information
cdavernas authored Feb 24, 2025
2 parents 15075f2 + 47401bc commit eb26e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/Synapse.Runner/WorkflowOutputFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public enum WorkflowOutputFormat
/// <summary>
/// Indicates that the workflow output should be formatted to YAML
/// </summary>
[EnumMember(Value = "json")]
[EnumMember(Value = "yaml")]
Yaml
}

0 comments on commit eb26e52

Please sign in to comment.