Skip to content

Commit 6d271fa

Browse files
Fix typo
1 parent 6def66c commit 6d271fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6060
# GitHub access account
6161
# github_account: "youruser"
6262

63-
# GitHub Organization owner or Repository admin used for Runner registration (can be omitted if it is the same as "github_acount")
63+
# GitHub Organization owner or Repository admin used for Runner registration (can be omitted if it is the same as "github_account")
6464
# github_owner: "owneruser"
6565

6666
# Github repository name

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
2323
# GitHub access account
2424
# github_account: "youruser"
2525

26-
# GitHub Organization owner or Repository admin used for Runner registration (can be omited if it is the same as "github_acount")
26+
# GitHub Organization owner or Repository admin used for Runner registration (can be omited if it is the same as "github_account")
2727
# github_owner: "owneruser"
2828

2929
# Github repository name

0 commit comments

Comments
 (0)