environment property
The environment to pass into every action.
Each action can also specify additional environment variables but cannot delete an entry from this map (though they can overwrite it with a different value).
Implementation
core.Map<core.String, core.String>? environment;