diff --git a/src/Runner.Worker/ActionManager.cs b/src/Runner.Worker/ActionManager.cs index da4af0b67..5b137baed 100644 --- a/src/Runner.Worker/ActionManager.cs +++ b/src/Runner.Worker/ActionManager.cs @@ -492,7 +492,7 @@ namespace GitHub.Runner.Worker } } } - executionContext.Output("##[endgroup"); + executionContext.Output("##[endgroup]"); if (retryCount == 3 && pullExitCode != 0) {