From 7483b1b11a799ab61b599cfe5ff9c2ab3cc6df9a Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 11 Aug 2024 16:02:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/act_runner/multi.yaml --- rootfs/tmp/etc/act_runner/multi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: - '**'