act/pkg/runner/testdata/uses-composite-with-inputs
Markus Wolf f0b1845802
fix: re-evaluate env for remote composite actions (#1385)
The env for remote composite actions need to be re-evaluated
at every stage (pre, main, post) as it is created during the
pre stage but there might be changes used as input to this
actions main stage (e.g. outputs for another action).

This is not required for local actions as their env is created
for the main stage (there is no pre stage).
Post stages do not need an updated env since they cannot recieve
inputs from other actions.
2022-10-12 16:19:32 +00:00
..
action fix: interpolate action input defaults (#1376) 2022-10-07 14:51:27 +00:00
composite Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
push.yml fix: re-evaluate env for remote composite actions (#1385) 2022-10-12 16:19:32 +00:00