Update FileCommandManager.cs

This commit is contained in:
Thomas Boop
2024-09-05 09:03:23 -04:00
committed by GitHub
parent 36c66c8083
commit a84589c780

View File

@@ -179,7 +179,8 @@ namespace GitHub.Runner.Worker
private string[] _setEnvBlockList = private string[] _setEnvBlockList =
{ {
"NODE_OPTIONS" "NODE_OPTIONS",
"BASH_ENV"
}; };
} }