mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
fix endgroup maker (#640)
This commit is contained in:
committed by
TingluoHuang
parent
6a0bd2beeb
commit
0204c270db
@@ -492,7 +492,7 @@ namespace GitHub.Runner.Worker
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
executionContext.Output("##[endgroup");
|
executionContext.Output("##[endgroup]");
|
||||||
|
|
||||||
if (retryCount == 3 && pullExitCode != 0)
|
if (retryCount == 3 && pullExitCode != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user