act_runner/pkg/runner
Markus Wolf 054caec791
fix: use correct path to toolcache (#1494)
The toolcache on GitHub Actions need to be in
/opt/hostedtoolcache. This is the case for all
environment variables set by act, but it's not the
case for the volume mounted into the container.

Co-authored-by: Björn Brauer <zaubernerd@zaubernerd.de>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-01-30 22:43:52 +00:00
..
hashfiles fix: use actions/runner hashfiles in container (#1940) 2023-10-03 22:56:18 +00:00
res
testdata Add support for service containers (#1949) 2023-10-19 09:24:52 +00:00
action.go fix: subpath actions via new artifact cache (#2170) 2024-01-28 16:49:47 +00:00
action_cache.go fix: improve new-action-cache fetch failure error (#2172) 2024-01-28 17:02:15 +00:00
action_cache_test.go
action_composite.go fix action_ref (composite action) (#2020) 2023-10-03 23:13:05 +00:00
action_test.go
command.go
command_test.go
container_mock_test.go
expression.go fix: use actions/runner hashfiles in container (#1940) 2023-10-03 22:56:18 +00:00
expression_test.go
job_executor.go Add support for service containers (#1949) 2023-10-19 09:24:52 +00:00
job_executor_test.go
logger.go
reusable_workflow.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
run_context.go fix: use correct path to toolcache (#1494) 2024-01-30 22:43:52 +00:00
run_context_test.go Evaluate if condition when calling a reusable workflow (#2087) 2023-11-12 20:01:32 +00:00
runner.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
runner_test.go Add support for service containers (#1949) 2023-10-19 09:24:52 +00:00
step.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local_test.go
step_action_remote.go fix: improve new-action-cache fetch failure error (#2172) 2024-01-28 17:02:15 +00:00
step_action_remote_test.go
step_docker.go
step_docker_test.go
step_factory.go
step_factory_test.go
step_run.go
step_run_test.go
step_test.go Don't set GITHUB_TOKEN (#2089) 2023-11-12 17:52:08 +00:00