Skip to content

Retain global env

Joe Burnett requested to merge jburnett/retain-global-env into main

We populate the step context environment from the global context. But then overwrite it with the parameter environment. We should instead overlay the parameter environment with maps.Copy.

Merge request reports