Skip to content

Commit

Permalink
Merge pull request #52 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Fix in `Build service name` Task
  • Loading branch information
MonolithProjects authored Dec 17, 2020
2 parents 6e1737f + eeb4a66 commit 5779228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/collect_info_org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- name: Build service name
set_fact:
runner_service: "actions.runner.{{ github_account[:45] }}.{{ runner_name }}.service"
runner_service: "actions.runner.{{ github_owner | default(github_account[:45]) }}.{{ runner_name }}.service"
tags:
- install
- uninstall

0 comments on commit 5779228

Please sign in to comment.