log: level: info runner: file: {{ act_runner_work_dir }}/{{ runner_name }}/.runner capacity: {{ gitea_runner_capacity | default(4) }} timeout: 3h insecure: false fetch_timeout: 5s fetch_interval: 2s labels: - ubuntu-latest:host - ubuntu-22.04:host - fedora:host cache: enabled: true dir: {{ act_runner_work_dir }}/{{ runner_name }}/cache container: network: host privileged: false options: workdir_parent: valid_volumes: [] docker_host: "" force_pull: false host: workdir_parent: {{ act_runner_work_dir }}/{{ runner_name }}/workdir