Rename boolean flag indicating service container failure

This commit is contained in:
JoannaaKL
2022-09-13 13:51:52 +00:00
parent 47ead99c13
commit b8aafc4ff1
2 changed files with 3 additions and 3 deletions

View File

@@ -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
{