We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4a25d commit 9d5191dCopy full SHA for 9d5191d
tasks/collect_info_org.yml
@@ -37,7 +37,7 @@
37
38
- name: Build service name
39
set_fact:
40
- runner_service: "actions.runner.{{ (github_owner | default(github_account))[:45] }}.{{ runner_name }}.service"
+ runner_service: "actions.runner.{{ (github_owner | default(github_account))[:45] }}.{{ runner_name[:11] }}.service"
41
when: service_name is not defined
42
tags:
43
- install
tasks/collect_info_repo.yml
@@ -44,7 +44,7 @@
44
45
46
47
- runner_service: "actions.runner.{{ svc_name[:45] }}.{{ runner_name }}.service"
+ runner_service: "actions.runner.{{ svc_name[:45] }}.{{ runner_name[:11] }}.service"
48
49
50
0 commit comments