Skip to content

Commit b2a4cba

Browse files
Edit README
1 parent 7b2fb5d commit b2a4cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runner_state: "started"
5252
# If found on the server, delete already existed runner service before install
5353
reinstall_runner: no
5454

55-
# Do not show Ansible error logs which may contain sensitive data (registration token)
55+
# Do not show Ansible logs which may contain sensitive data (registration token)
5656
hide_sensitive_logs: yes
5757

5858
# GitHub address
@@ -64,10 +64,10 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6464
# Is it the runner for organization or not
6565
runner_org: no
6666

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

70-
# Account used for Runner registration (GitHub Repository user with admin rights or Organization owner)
70+
# GitHub Repository user or Organization owner used for Runner registration
7171
# github_account: "youruser"
7272

7373
# GitHub repository owner name (if other than github_account)

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2626
# Is it the runner for organization or not
2727
runner_org: no
2828

29-
# Name to assign to this runner in GitHub
29+
# Name to assign to this runner in GitHub (hostname as default)
3030
runner_name: "{{ lookup('pipe', 'hostname') }}"
3131

3232
# GitHub Repository user or Organization owner used for Runner registration

0 commit comments

Comments
 (0)