File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
" {{ runner_dir }}/./config.sh \
97
97
--url {{ github_full_url }} \
98
98
--token {{ registration.json.token }} \
99
- --name {{ runner_name }} \
99
+ --name ' {{ runner_name }}' \
100
100
--labels {{ runner_labels | join(',') }} \
101
101
--runnergroup {{ runner_group }} \
102
102
--unattended \
Original file line number Diff line number Diff line change 17
17
register : runner_file
18
18
19
19
- name : Unregister runner from the GitHub
20
- command : " ./config.sh remove --token {{ registration.json.token }} --name {{ runner_name }} --unattended"
20
+ command : " ./config.sh remove --token {{ registration.json.token }} --name ' {{ runner_name }}' --unattended"
21
21
args :
22
22
chdir : " {{ runner_dir }}"
23
23
become_user : " {{ runner_user }}"
You can’t perform that action at this time.
0 commit comments