act/pkg/runner
Markus Wolf 809da7198c
feat: interpolate the step names ()
* feat: interpolate the step names

Step names could contain expressions refering to event data.

Fixes 

* test: add missing mock data

* fix: setup composite expression evaluator

The RunContext does contain a cached ExpressionEvaluator.
This should be the case the composite RunContext as well.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Casey Lee <cplee@nektos.com>
2022-11-16 21:55:23 +00:00
..
res Add super-linter + fix lint issues () 2021-05-03 09:52:03 -07:00
testdata feat: Host environment () 2022-11-16 21:29:45 +00:00
action.go feat: Host environment () 2022-11-16 21:29:45 +00:00
action_composite.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
action_test.go Fix composite input handling () 2022-10-06 21:58:16 +00:00
command.go Improve logging () 2022-06-17 15:55:21 +00:00
command_test.go feat: pass current matrix information to job logger () 2022-09-27 15:49:22 +00:00
container_mock_test.go feat: Host environment () 2022-11-16 21:29:45 +00:00
expression.go feat: Host environment () 2022-11-16 21:29:45 +00:00
expression_test.go feat: Host environment () 2022-11-16 21:29:45 +00:00
job_executor.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
job_executor_test.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
logger.go feat: pass current matrix information to job logger () 2022-09-27 15:49:22 +00:00
run_context.go feat: Host environment () 2022-11-16 21:29:45 +00:00
run_context_test.go feat: Host environment () 2022-11-16 21:29:45 +00:00
runner.go feat: Host environment () 2022-11-16 21:29:45 +00:00
runner_test.go feat: Host environment () 2022-11-16 21:29:45 +00:00
step.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
step_action_local.go Fix composite input handling () 2022-10-06 21:58:16 +00:00
step_action_local_test.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
step_action_remote.go feat: Host environment () 2022-11-16 21:29:45 +00:00
step_action_remote_test.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
step_docker.go feat: Host environment () 2022-11-16 21:29:45 +00:00
step_docker_test.go feat: interpolate the step names () 2022-11-16 21:55:23 +00:00
step_factory.go feat: split job steps into its own files/structs () 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs () 2022-03-22 14:13:00 -07:00
step_run.go feat: Host environment () 2022-11-16 21:29:45 +00:00
step_run_test.go feat: GITHUB_STATE and GITHUB_OUTPUT file commands () 2022-11-16 21:42:57 +00:00
step_test.go Fix composite input handling () 2022-10-06 21:58:16 +00:00