summaryrefslogtreecommitdiff
path: root/modules/services/github-runner/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/github-runner/options.nix')
-rw-r--r--modules/services/github-runner/options.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/github-runner/options.nix b/modules/services/github-runner/options.nix
index 772eb78..8f98aa0 100644
--- a/modules/services/github-runner/options.nix
+++ b/modules/services/github-runner/options.nix
@@ -22,12 +22,12 @@ with lib;
* `/var/lib/github-runners/<name>`:
State directory to store the runner registration credentials
+ * `/var/lib/github-runners/_work/<name>`:
+ Working directory for workflow files. The runner only uses this
+ directory if `workDir` is `null` (see the `workDir` option for details).
* `/var/log/github-runners/<name>`:
The launchd service writes the stdout and stderr streams to this
directory.
- * `/var/run/github-runners/<name>`:
- Working directory for workflow files. The runner only uses this
- directory if `workDir` is `null` (see the `workDir` option for details).
'';
example = {
runner1 = {