mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Remove the default value for bool variable
This commit is contained in:
@@ -92,7 +92,7 @@ namespace GitHub.Runner.Worker.Container
|
|||||||
public bool IsJobContainer { get; set; }
|
public bool IsJobContainer { get; set; }
|
||||||
public bool IsAlpine { get; set; }
|
public bool IsAlpine { get; set; }
|
||||||
|
|
||||||
public bool FailedInitialization { get; set; } = false;
|
public bool FailedInitialization { get; set; }
|
||||||
|
|
||||||
public IDictionary<string, string> ContainerEnvironmentVariables
|
public IDictionary<string, string> ContainerEnvironmentVariables
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user