Skip to content

Commit f7b6d55

Browse files
Fix defaults
1 parent bbb7fd0 commit f7b6d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

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

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

2929
# Github repository name
3030
# github_repo: "yourrepo"

0 commit comments

Comments
 (0)