Skip to content

Commit db44bce

Browse files
authored
Update install_runner.yml
config.sh doesn't like spaces in runner_name
1 parent c839ab8 commit db44bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"{{ runner_dir }}/config.sh \
114114
--url {{ github_full_url }} \
115115
--token {{ registration.json.token }} \
116-
--name {{ runner_name }} \
116+
--name '{{ runner_name }}' \
117117
--labels {{ runner_labels | join(',') }} \
118118
--unattended \
119119
{{ runner_extra_config_args }} \

0 commit comments

Comments
 (0)