Skip to content

Commit 5779228

Browse files
Merge pull request #52 from MonolithProjects/develop
Fix in `Build service name` Task
2 parents 6e1737f + eeb4a66 commit 5779228

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)