mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Fix period
This commit is contained in:
@@ -291,7 +291,7 @@ namespace GitHub.Runner.Worker.Handlers
|
|||||||
// Error
|
// Error
|
||||||
if (exitCode != 0)
|
if (exitCode != 0)
|
||||||
{
|
{
|
||||||
ExecutionContext.Error($"Process completed with exit code {exitCode}");
|
ExecutionContext.Error($"Process completed with exit code {exitCode}.");
|
||||||
ExecutionContext.Result = TaskResult.Failed;
|
ExecutionContext.Result = TaskResult.Failed;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user