mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Update FileCommandManager.cs
This commit is contained in:
@@ -179,7 +179,8 @@ namespace GitHub.Runner.Worker
|
|||||||
|
|
||||||
private string[] _setEnvBlockList =
|
private string[] _setEnvBlockList =
|
||||||
{
|
{
|
||||||
"NODE_OPTIONS"
|
"NODE_OPTIONS",
|
||||||
|
"BASH_ENV"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user