Skip to content

Commit f0e0c33

Browse files
Edit README
1 parent fd2739a commit f0e0c33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ runner_labels: []
8787
# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
8888
runner_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")
9192
runner_extra_config_args: ""
9293

9394
# Name to assign to this runner in GitHub (System hostname as default)

defaults/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ runner_labels: []
3838
# GitHub Actions Runner repository (change it if you want to use custom Actions Runner fork)
3939
runner_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")
4243
runner_extra_config_args: ""
4344

4445
# Name to assign to this runner in GitHub (System hostname as default)

0 commit comments

Comments
 (0)