mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +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 IsAlpine { get; set; }
|
||||
|
||||
public bool FailedInitialization { get; set; } = false;
|
||||
public bool FailedInitialization { get; set; }
|
||||
|
||||
public IDictionary<string, string> ContainerEnvironmentVariables
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user