act/pkg/runner
ChristopherHX d281230cce
refactor: fix add-path / GITHUB_PATH commands (#1472)
* fix: add-path / GITHUB_PATH commands

* Disable old code

* fix: missing mock

* Update tests

* fix tests

* UpdateExtraPath skip on dryrun

* patch test

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-12-09 11:16:15 +00:00
..
res Add `super-linter` + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: handle env-vars case sensitive (#1493) 2022-12-07 15:31:33 +00:00
action.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
action_composite.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
action_test.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
command.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
command_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
container_mock_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
expression.go fix: step env is unavailable in with property expr (#1458) 2022-12-06 16:46:20 +00:00
expression_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
job_executor.go refactor: move autoremove into the jobexecutor (#1463) 2022-12-06 15:45:06 +00:00
job_executor_test.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
logger.go feat: JobLoggerFactory (#1496) 2022-12-09 10:25:32 +00:00
run_context.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
run_context_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
runner.go feat: `--container-options` (#1462) 2022-12-06 15:58:47 +00:00
runner_test.go feat: JobLoggerFactory (#1496) 2022-12-09 10:25:32 +00:00
step.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_action_local.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_action_local_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_action_remote.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
step_action_remote_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_docker.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
step_docker_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00: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: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_run_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00