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,7 +96,7 @@ runner_name: "{{ ansible_hostname }}"
96
96
# Will the runner be deployed on Github Enterprise server?
97
97
runner_on_ghes : no
98
98
99
- # Custom service name when usign Github Enterprise server
99
+ # Custom service name when using Github Enterprise server
100
100
# DEPRECATED: this variable is deprecated in favor of "runner_on_ghes" and will be removed in release 1.15.
101
101
# service_name: actions.runner._services.{{ runner_name }}.service
102
102
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ runner_name: "{{ ansible_hostname }}"
47
47
# Will the runner be deployed on Github Enterprise server?
48
48
runner_on_ghes : no
49
49
50
- # Custom service name when usign Github Enterprise server
50
+ # Custom service name when using Github Enterprise server
51
51
# DEPRECATED: this variable is deprecated in favor of "runner_on_ghes" and will be removed in release 1.15.
52
52
# service_name: actions.runner._services.{{ runner_name }}.service
53
53
You can’t perform that action at this time.
0 commit comments