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