mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-15 14:37:13 +00:00
parametrized working directory (#185)
* parametrized working directory * manifests v3.0
This commit is contained in:
@@ -342,6 +342,10 @@ spec:
|
||||
value: abcd1234
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
# if workDir is not specified, the default working directory is /runner/_work
|
||||
# this setting allows you to customize the working directory location
|
||||
# for example, the below setting is the same as on the ubuntu-18.04 image
|
||||
workDir: /home/runner/work
|
||||
```
|
||||
|
||||
## Runner labels
|
||||
|
||||
Reference in New Issue
Block a user