log: level: info runner: file: .runner capacity: 1 timeout: 3h labels: - ubuntu-latest:docker://catthehacker/ubuntu:act-latest cache: enabled: true dir: /data/cache container: network: bridge privileged: false # 备份目录挂载到每个 job 容器,使 backup workflow 可以写 NAS 磁盘 options: -v /volume1/backups:/volume1/backups valid_volumes: - /volume1/backups