Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 6adc6db

Browse files
committed
Update ref and comments
1 parent b434a2d commit 6adc6db

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

REFERENCE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,15 @@ Data type: `String`
129129

130130
actions runner github organization name.
131131

132-
Default value: `github_actions_runner::org_name`
132+
Default value: `undef`
133+
134+
##### `enterprise_name`
135+
136+
Data type: `String`
137+
138+
enterprise name for global runners
139+
140+
Default value: `undef`
133141

134142
##### `personal_access_token`
135143

manifests/instance.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
# * org_name
99
# String, actions runner org name.(Default: Value set by github_actions_runner Class)
1010
#
11+
# * enterprise_name
12+
# String, enterprise name for global runners
13+
#
1114
# * personal_access_token
1215
# String, GitHub PAT with admin permission on the repositories or the origanization.(Default: Value set by github_actions_runner Class)
1316
#

0 commit comments

Comments
 (0)