act/pkg/runner
Wink Saville f2c15074ac
Fix issue 416 (#423)
This is a solution to issue #416 where environment variables created or
changed in the previous step are not usable in the next step because
the rc.ExprEval is from the beginning of the previous step.

This change refactors setupEnv so that before interpolating the environment
variables a NewExpressionEvaluator is created.


Fixes: 416
2021-01-12 16:02:54 -08:00
..
testdata Fixes include when using matrix and strategy build. (#415) 2020-12-08 10:13:07 -08:00
command.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
command_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
expression.go Make all secrets case insensitive by formatting them to uppercase (#470) 2021-01-12 09:54:53 -08:00
expression_test.go Make all secrets case insensitive by formatting them to uppercase (#470) 2021-01-12 09:54:53 -08:00
logger.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
run_context.go Fix issue 416 (#423) 2021-01-12 16:02:54 -08:00
run_context_test.go Act env (#417) 2020-11-18 07:14:34 -08:00
runner.go Add option to disable hiding of secrets (#460) 2021-01-11 22:28:45 -08:00
runner_test.go GitHub env file support (#426) 2021-01-11 22:39:43 -08:00
step_context.go Fix issue 416 (#423) 2021-01-12 16:02:54 -08:00