Compare commits

...
Author SHA1 Message Date
Thomas Boop a84589c780 Update FileCommandManager.cs 2024-09-05 09:03:23 -04:00
+2 -1
View File
@@ -179,7 +179,8 @@ namespace GitHub.Runner.Worker
private string[] _setEnvBlockList = private string[] _setEnvBlockList =
{ {
"NODE_OPTIONS" "NODE_OPTIONS",
"BASH_ENV"
}; };
} }