mirror of https://github.com/nektos/act
f0b1845802
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. |
||
---|---|---|
.. | ||
action | ||
composite | ||
push.yml |