act/pkg/runner
Robert Kowalski 5f5b8959d6
fix: add parent step id in composite action step id ()
when running nested composite actions, step ids were repeating
leading to errors in parsing the output. this patch adds the
parent step id to ste stepID field.

Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
Co-authored-by: Markus Wolf <markus.wolf@new-work.se>

Co-authored-by: Björn Brauer <bjoern.brauer@new-work.se>
Co-authored-by: Markus Wolf <markus.wolf@new-work.se>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-07-27 19:56:41 +00:00
..
res Add super-linter + fix lint issues () 2021-05-03 09:52:03 -07:00
testdata Made env interpolated instead of evaluated. () 2022-07-27 19:46:04 +00:00
action.go Improve logging () 2022-06-17 15:55:21 +00:00
action_composite.go fix: add parent step id in composite action step id () 2022-07-27 19:56:41 +00:00
action_test.go Improve logging () 2022-06-17 15:55:21 +00:00
command.go Improve logging () 2022-06-17 15:55:21 +00:00
command_test.go Improve logging () 2022-06-17 15:55:21 +00:00
container_mock_test.go feat: split job steps into its own files/structs () 2022-03-22 14:13:00 -07:00
expression.go Improve logging () 2022-06-17 15:55:21 +00:00
expression_test.go Improve logging () 2022-06-17 15:55:21 +00:00
job_executor.go Improve logging () 2022-06-17 15:55:21 +00:00
job_executor_test.go Improve logging () 2022-06-17 15:55:21 +00:00
logger.go fix: add parent step id in composite action step id () 2022-07-27 19:56:41 +00:00
run_context.go feat: non root user container () 2022-06-20 15:47:39 -07:00
run_context_test.go Improve logging () 2022-06-17 15:55:21 +00:00
runner.go Made env interpolated instead of evaluated. () 2022-07-27 19:46:04 +00:00
runner_test.go Made env interpolated instead of evaluated. () 2022-07-27 19:46:04 +00:00
step.go Improve logging () 2022-06-17 15:55:21 +00:00
step_action_local.go Improve logging () 2022-06-17 15:55:21 +00:00
step_action_local_test.go Improve logging () 2022-06-17 15:55:21 +00:00
step_action_remote.go fix: checkout container path should always use / () 2022-06-21 21:23:49 +00:00
step_action_remote_test.go feat: add option to bypass GHE for actions checkout () 2022-06-21 13:52:21 +00:00
step_docker.go Improve logging () 2022-06-17 15:55:21 +00:00
step_docker_test.go feat: split job steps into its own files/structs () 2022-03-22 14:13:00 -07: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 Improve logging () 2022-06-17 15:55:21 +00:00
step_run_test.go feat: split job steps into its own files/structs () 2022-03-22 14:13:00 -07:00
step_test.go Improve logging () 2022-06-17 15:55:21 +00:00