Skip to content

Commit da3d5c1

Browse files
Fix service name length limit
1 parent c2acf96 commit da3d5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/collect_info_org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
- name: Build service name
5050
set_fact:
51-
runner_service: "actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
51+
runner_service: "actions.runner.{{ (github_owner | default(github_account))[:45] }}.{{ runner_name }}.service"
5252
tags:
5353
- install
5454
- uninstall

0 commit comments

Comments
 (0)