1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Fix defaults (composite) (#753)

* Fix defaults (composite)

* uses-composite: rely on defaults to pass

* Add test_input_required back, needs more tests

* Update Tests to test defaults carefully
This commit is contained in:
ChristopherHX 2021-07-21 15:50:43 +02:00 committed by GitHub
parent 5ed5bc15b3
commit f5835d4e56
4 changed files with 50 additions and 1 deletions

View file

@ -591,6 +591,7 @@ func (sc *StepContext) execAsComposite(ctx context.Context, step *model.Step, _
RunContext: rcClone,
Step: step,
Env: mergeMaps(sc.Env, env),
Action: action,
}
// Required to set github.action_path