mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Rename boolean flag indicating service container failure
This commit is contained in:
@@ -92,7 +92,7 @@ namespace GitHub.Runner.Worker.Container
|
||||
public bool IsJobContainer { get; set; }
|
||||
public bool IsAlpine { get; set; }
|
||||
|
||||
public bool IsHealthy { get; set; } = true;
|
||||
public bool FailedInitialization { get; set; } = false;
|
||||
|
||||
public IDictionary<string, string> ContainerEnvironmentVariables
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user