You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ActionExecute to function correctly environment must be passed on instead of directly using os.Environ.
Also affects access to other environment variables.
Expected Behavior
Set Context.Env as annotation to command and use it if available.
Current Behavior
For
ActionExecute
to function correctly environment must be passed on instead of directly usingos.Environ
.Also affects access to other environment variables.
Expected Behavior
Set
Context.Env
as annotation to command and use it if available.Steps To Reproduce
No response
Version
No response
OS
Shell
Anything else?
caused by #924
The text was updated successfully, but these errors were encountered: