fix: update default data_path description and increase default capacity in runners.conf.example

This commit is contained in:
S
2026-03-02 08:13:30 -05:00
parent 3d39a9ef07
commit 0d1593027a

View File

@@ -20,7 +20,7 @@
#
# data_path — Absolute path (/ or ~/) where act_runner stores its binary,
# config, and job cache. NOT Gitea's data path.
# Default: RUNNER_DATA_BASE_PATH/name (docker), LOCAL_RUNNER_DATA_BASE_PATH/name (native)
# Default: derived from host's data path + runner name
#
# labels — Workflow runs-on value (e.g. linux, macos, ubuntu-latest).
# Combined with default_image at deploy time to produce
@@ -62,7 +62,7 @@
#labels = linux
#default_image = catthehacker/ubuntu:act-latest
#repos = all
#capacity = 1
#capacity = 2
#cpu =
#memory =
@@ -73,7 +73,7 @@
#labels = linux
#default_image = catthehacker/ubuntu:act-latest
#repos = all
#capacity = 1
#capacity = 2
#cpu =
#memory =