act/pkg/runner
Neo Hsu de37f75077
feat: add option to bypass GHE for actions checkout (#1162)
* feat(#1161): add --through-action to assigned actions from GitHub

* docs(flags): add --through-action and --through-action-token flags description

* test(action, remote): add test case for ThroughAction

* refactor(command): rename command from --through-action to --actions-from-github

* refactor(command): rename command from --actions-from-github to --replace-ghe-action-with-github-com
2022-06-21 13:52:21 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: processing of strategy.matrix.include (#1200) 2022-06-20 15:33:07 -07:00
action.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
action_composite.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
action_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
command.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
command_test.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.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
expression_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
job_executor.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
job_executor_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
logger.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
run_context.go feat: non root user container (#1202) 2022-06-20 15:47:39 -07:00
run_context_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
runner.go feat: add option to bypass GHE for actions checkout (#1162) 2022-06-21 13:52:21 +00:00
runner_test.go feat: non root user container (#1202) 2022-06-20 15:47:39 -07:00
step.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
step_action_local.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
step_action_local_test.go Improve logging (#1171) 2022-06-17 15:55:21 +00:00
step_action_remote.go feat: add option to bypass GHE for actions checkout (#1162) 2022-06-21 13:52:21 +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 Improve logging (#1171) 2022-06-17 15:55:21 +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 Improve logging (#1171) 2022-06-17 15:55:21 +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 Improve logging (#1171) 2022-06-17 15:55:21 +00:00