Skip to content

Commit 6e1a1a2

Browse files
Merge pull request #47 from MonolithProjects/develop
README correction
2 parents 58c1e69 + 62f601c commit 6e1a1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6767
runner_org: no
6868

6969
# Name to assign to this runner in GitHub (hostname as default)
70-
runner_name: "{{ lookup('pipe', 'hostname') }}"
70+
runner_name: "{{ ansible_hostname }}"
7171

7272
# GitHub Repository user or Organization owner used for Runner registration
7373
# github_account: "youruser"

0 commit comments

Comments
 (0)