🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/act_runner/multi.yaml
This commit is contained in:
casjay 2024-08-11 16:02:56 -04:00
parent 878f6b4319
commit 7483b1b11a
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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:
- '**'