Merge branch 'main' into feature-foundry-agents

This commit is contained in:
Chris
2025-11-11 10:03:25 -08:00
committed by GitHub
Unverified
5 changed files with 11 additions and 9 deletions
@@ -42,7 +42,7 @@ internal sealed class Program
Console.WriteLine(code);
}
private const string DefaultWorkflow = "HelloWorld.yaml";
private const string DefaultWorkflow = "Marketing.yaml";
private string WorkflowFile { get; }