File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ runner_labels: []
87
87
# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
88
88
runner_download_repository : " actions/runner"
89
89
90
- # Extra arguments to pass to `config.sh`
90
+ # Extra arguments to pass to `config.sh`.
91
+ # Several arguments muste be set as one string (i.e. "--ephemeral --my_special_fork")
91
92
runner_extra_config_args : " "
92
93
93
94
# Name to assign to this runner in GitHub (System hostname as default)
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ runner_labels: []
38
38
# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
39
39
runner_download_repository : " actions/runner"
40
40
41
- # Extra arguments to pass to `config.sh`
41
+ # Extra arguments to pass to `config.sh`.
42
+ # Several arguments muste be set as one string (i.e. "--ephemeral --my_special_fork")
42
43
runner_extra_config_args : " "
43
44
44
45
# Name to assign to this runner in GitHub (System hostname as default)
You can’t perform that action at this time.
0 commit comments