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: []
8787# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
8888runner_download_repository : " actions/runner"
8989
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")
9192runner_extra_config_args : " "
9293
9394# 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: []
3838# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
3939runner_download_repository : " actions/runner"
4040
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")
4243runner_extra_config_args : " "
4344
4445# Name to assign to this runner in GitHub (System hostname as default)
You can’t perform that action at this time.
0 commit comments