fix: update default data_path description and increase default capacity in runners.conf.example
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
#
|
#
|
||||||
# data_path — Absolute path (/ or ~/) where act_runner stores its binary,
|
# data_path — Absolute path (/ or ~/) where act_runner stores its binary,
|
||||||
# config, and job cache. NOT Gitea's data path.
|
# 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).
|
# labels — Workflow runs-on value (e.g. linux, macos, ubuntu-latest).
|
||||||
# Combined with default_image at deploy time to produce
|
# Combined with default_image at deploy time to produce
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
#labels = linux
|
#labels = linux
|
||||||
#default_image = catthehacker/ubuntu:act-latest
|
#default_image = catthehacker/ubuntu:act-latest
|
||||||
#repos = all
|
#repos = all
|
||||||
#capacity = 1
|
#capacity = 2
|
||||||
#cpu =
|
#cpu =
|
||||||
#memory =
|
#memory =
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
#labels = linux
|
#labels = linux
|
||||||
#default_image = catthehacker/ubuntu:act-latest
|
#default_image = catthehacker/ubuntu:act-latest
|
||||||
#repos = all
|
#repos = all
|
||||||
#capacity = 1
|
#capacity = 2
|
||||||
#cpu =
|
#cpu =
|
||||||
#memory =
|
#memory =
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user