fix endgroup maker (#640)

This commit is contained in:
Timo Schilling
2020-08-14 17:53:30 +02:00
committed by TingluoHuang
parent 6a0bd2beeb
commit 0204c270db

View File

@@ -492,7 +492,7 @@ namespace GitHub.Runner.Worker
}
}
}
executionContext.Output("##[endgroup");
executionContext.Output("##[endgroup]");
if (retryCount == 3 && pullExitCode != 0)
{