diff --git a/rootfs/tmp/etc/act_runner/multi.yaml b/rootfs/tmp/etc/act_runner/multi.yaml index bb2c3b8..186004f 100644 --- a/rootfs/tmp/etc/act_runner/multi.yaml +++ b/rootfs/tmp/etc/act_runner/multi.yaml @@ -5,7 +5,7 @@ log: host: # The parent directory of a job's working directory. - workdir_parent: '/tmp/act_runner' + workdir_parent: 'REPLACE_RUNNER_HOME' runner: # Where to store the registration result. @@ -58,7 +58,7 @@ container: # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). options: # The parent directory of a job's working directory. - workdir_parent: '/tmp/act_runner/volumes' + workdir_parent: 'REPLACE_RUNNER_HOME/volumes' # Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob valid_volumes: - '**'