act/pkg/runner
ChristopherHX 91fd412c51
fix: panic if a step in a job is nil (#1145)
* fix: panic if a step is a job is nil

* simplify

* [no ci] Add testdata

* [no ci] Add Test
2022-05-12 19:23:34 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: panic if a step in a job is nil (#1145) 2022-05-12 19:23:34 +00:00
action.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
action_test.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
command.go fix: hide masked values in log files (#1011) 2022-03-02 08:29:34 +00:00
command_test.go feat: add json logger output (#1026) 2022-03-14 15:33:11 +00:00
container_mock_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
expression.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
expression_test.go fix: conclusion and outcome are no integers (#1136) 2022-04-26 20:24:13 +00:00
job_executor.go fix: panic if a step in a job is nil (#1145) 2022-05-12 19:23:34 +00:00
job_executor_test.go fix: panic if a step in a job is nil (#1145) 2022-05-12 19:23:34 +00:00
logger.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
run_context.go Remove the correct Volume (#1148) 2022-05-11 19:22:35 +00:00
run_context_test.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
runner.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
runner_test.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
step.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
step_action_local.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_local_test.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_remote.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_remote_test.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_docker.go fix: don't overwrite with empty cmd/entrypoint (#1076) 2022-03-29 18:00:52 +00:00
step_docker_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go refactor: remove composite action runcontext workaround (#1085) 2022-05-11 19:06:05 +00:00
step_run_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_test.go feat: support GITHUB_REF_NAME & GITHUB_REF_TYPE (#1142) 2022-05-08 14:23:19 +00:00