act/pkg/runner
Thomas Eddy 83b0a5b1f2
Add new CLI flag to log just the job id and not the entire job name (#1920)
* Add new CLI flag to log just the job id and not the entire job name

* Up the action test timeout to 20m from 15m
2023-07-19 21:45:44 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata Allow inputs for workflow_calls (#1845) 2023-06-27 17:32:04 +00:00
action.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
action_composite.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00
action_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
command.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go chore: Remove obsolete Container.UpdateFromPath (#1631) 2023-02-16 16:11:26 +00:00
expression.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
expression_test.go feature: Add support for github action variables (#1833) 2023-06-10 18:09:27 +00:00
job_executor.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
job_executor_test.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
logger.go Add new CLI flag to log just the job id and not the entire job name (#1920) 2023-07-19 21:45:44 +00:00
reusable_workflow.go fix: remove hardcoded reference to github.com when using reusable remote workflows and remote actions (#1784) 2023-05-03 15:46:28 +00:00
run_context.go throw when invalid uses key is provided (#1804) 2023-07-10 21:27:43 -07:00
run_context_test.go fix: correct ref and ref_name (#1672) 2023-03-09 20:03:13 +00:00
runner.go Add new CLI flag to log just the job id and not the entire job name (#1920) 2023-07-19 21:45:44 +00:00
runner_test.go Allow inputs for workflow_calls (#1845) 2023-06-27 17:32:04 +00:00
step.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_action_local.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_action_local_test.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_action_remote.go fix: remove hardcoded reference to github.com when using reusable remote workflows and remote actions (#1784) 2023-05-03 15:46:28 +00:00
step_action_remote_test.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_docker.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_docker_test.go refactor: GITHUB_ENV command / remove env.PATH (#1503) 2023-02-04 13:35:13 +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 chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00