Remove the default value for bool variable

This commit is contained in:
JoannaaKL
2022-09-14 08:40:51 +00:00
parent 826cec2775
commit e03ad87776

View File

@@ -92,7 +92,7 @@ namespace GitHub.Runner.Worker.Container
public bool IsJobContainer { get; set; }
public bool IsAlpine { get; set; }
public bool FailedInitialization { get; set; } = false;
public bool FailedInitialization { get; set; }
public IDictionary<string, string> ContainerEnvironmentVariables
{