act/pkg/runner
Markus Wolf 2614b3eb0c
fix: keep path to event json file in composite actions (#1428)
* fix: keep path to event json file in composite actions

The event.json paths need to be copied over, since it the
GithubContext is recreated from the composite RC. And that
does read some value for the event file if available.

* test: add test case

* test: paste the test correctly and revert a line

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-16 17:00:49 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: keep path to event json file in composite actions (#1428) 2022-11-16 17:00:49 +00:00
action_composite.go fix: keep path to event json file in composite actions (#1428) 2022-11-16 17:00:49 +00:00
action_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
action.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
command_test.go feat: pass current matrix information to job logger (#1364) 2022-09-27 15:49:22 +00:00
command.go Improve logging (#1171) 2022-06-17 15:55:21 +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_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
expression.go fix: nil pointer access ( workflow_dispatch ) 2022-11-10 20:16:00 +00:00
job_executor_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
logger.go feat: pass current matrix information to job logger (#1364) 2022-09-27 15:49:22 +00:00
run_context_test.go fix: align github.ref to GitHub Action (#1362) 2022-09-26 22:49:19 +00:00
run_context.go fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
runner_test.go fix: nil pointer access ( workflow_dispatch ) 2022-11-10 20:16:00 +00:00
runner.go refactor: move from io/ioutil to io and os packages (#1417) 2022-10-29 17:15:38 +00:00
step_action_local_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
step_action_local.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +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_action_remote.go fix: re-evaluate env for remote composite actions (#1385) 2022-10-12 16:19:32 +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_docker.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_factory_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_run_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_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00