Skip to content

Commit 098e73b

Browse files
committed
Fix an issue on GHES
1 parent 1335bef commit 098e73b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/collect_info_org.yml

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

4848
- name: Build service name for GitHub Enterprise Server
4949
set_fact:
50-
runner_service: "actions.runner._services.{{ ([( github_owner | default(github_account))[:45], runner_name] | join('.'))[:57] }}.service"
50+
runner_service: "actions.runner._services.{{ runner_name }}.service"
5151
when: runner_on_ghes
5252
tags:
5353
- install

tasks/collect_info_repo.yml

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

4747
- name: Build service name for GitHub Enterprise Server
4848
set_fact:
49-
runner_service: "actions.runner._services.{{ ([([(github_owner | default(github_account)), github_repo ] | join('-'))[:45], runner_name] | join('.'))[:57] }}.service"
49+
runner_service: "actions.runner._services.{{ runner_name }}.service"
5050
when: runner_on_ghes
5151
tags:
5252
- install

0 commit comments

Comments
 (0)