We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e1737f + eeb4a66 commit 5779228Copy full SHA for 5779228
tasks/collect_info_org.yml
@@ -37,7 +37,7 @@
37
38
- name: Build service name
39
set_fact:
40
- runner_service: "actions.runner.{{ github_account[:45] }}.{{ runner_name }}.service"
+ runner_service: "actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
41
tags:
42
- install
43
- uninstall
0 commit comments