diff options
Diffstat (limited to 'devel/forgejo-runner/files/patch-internal_pkg_config_config.example.yaml')
-rw-r--r-- | devel/forgejo-runner/files/patch-internal_pkg_config_config.example.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/forgejo-runner/files/patch-internal_pkg_config_config.example.yaml b/devel/forgejo-runner/files/patch-internal_pkg_config_config.example.yaml new file mode 100644 index 000000000000..8eb55b994c24 --- /dev/null +++ b/devel/forgejo-runner/files/patch-internal_pkg_config_config.example.yaml @@ -0,0 +1,11 @@ +--- internal/pkg/config/config.example.yaml.orig 2025-08-18 06:29:45 UTC ++++ internal/pkg/config/config.example.yaml +@@ -11,7 +11,7 @@ runner: + + runner: + # Where to store the registration result. +- file: .runner ++ file: /var/db/act_runner/.runner + # Execute how many tasks concurrently at the same time. + capacity: 1 + # Extra environment variables to run jobs. |