act/pkg/runner
Markus Wolf f0b1845802
fix: re-evaluate env for remote composite actions (#1385)
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.
2022-10-12 16:19:32 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: re-evaluate env for remote composite actions (#1385) 2022-10-12 16:19:32 +00:00
action.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
action_composite.go fix: interpolate action input defaults (#1376) 2022-10-07 14:51:27 +00:00
action_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
command.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
command_test.go feat: pass current matrix information to job logger (#1364) 2022-09-27 15:49:22 +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 Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
expression_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
job_executor.go fix: restore the job logger setup after job cancelation (#1365) 2022-09-27 19:13:32 +00:00
job_executor_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
logger.go feat: pass current matrix information to job logger (#1364) 2022-09-27 15:49:22 +00:00
run_context.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
run_context_test.go fix: align github.ref to GitHub Action (#1362) 2022-09-26 22:49:19 +00:00
runner.go fix: handle go closure iteration (#1374) 2022-10-05 22:13:00 +00:00
runner_test.go fix: crash on invalid docker credentials (#1348) 2022-09-26 06:17:06 +00:00
step.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_action_local.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_action_local_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
step_action_remote.go fix: re-evaluate env for remote composite actions (#1385) 2022-10-12 16:19:32 +00:00
step_action_remote_test.go feat: add option to bypass GHE for actions checkout (#1162) 2022-06-21 13:52:21 +00:00
step_docker.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +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 Fix composite input handling (#1345) 2022-10-06 21:58:16 +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 Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00