Skip to content

Commit eeb4a66

Browse files
Merge pull request #51 from hello-seam/github_owner_runner_service
Use github_owner in org runner_service
2 parents f3f7440 + 9847de9 commit eeb4a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/collect_info_org.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
- name: Build service name
3939
set_fact:
40-
runner_service: "actions.runner.{{ github_account[:45] }}.{{ runner_name }}.service"
40+
runner_service: "actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
4141
tags:
4242
- install
4343
- uninstall

0 commit comments

Comments
 (0)