fix: composite action input pollution (#2348)
* fix: composite action input pollution * fix run steps * fix missing defaults in post after env cleanup * fix test to make more sense * Add tests and simplify change --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -139,6 +139,7 @@ func TestSetupEnv(t *testing.T) {
|
||||
JobContainer: cm,
|
||||
}
|
||||
step := &model.Step{
|
||||
Uses: "./",
|
||||
With: map[string]string{
|
||||
"STEP_WITH": "with-value",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user