gitea/rootfs/tmp/etc/act_runner/cache_server.yaml

10 lines
236 B
YAML
Raw Normal View History

log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
cache:
# Enable cache server to use actions/cache.
enabled: true
# The directory to store the cache data.
dir: '/data/act_runner/cache'