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

Commit 9a4f31f

Browse files
committed
Update README and documentation
1 parent 7c7e629 commit 9a4f31f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GitHub Actions Runner
44

5-
Automatic configuration for running GitHub Actions on Debian hosts as a service
5+
Automatic configuration for running GitHub Actions as a service
66

77
#### Table of Contents
88

manifests/instance.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Enum, Determine if to add or remove the resource.
77
#
88
# * org_name
9-
# String, actions runner org name.(Default: Value set by github_actions_runner Class)
9+
# Optional[String], org name for organization level runners. (Default: Value set by github_actions_runner Class)
1010
#
1111
# * enterprise_name
12-
# String, enterprise name for global runners
12+
# Optional[String], enterprise name for global runners. (Default: Value set by github_actions_runner Class)
1313
#
1414
# * personal_access_token
1515
# String, GitHub PAT with admin permission on the repositories or the origanization.(Default: Value set by github_actions_runner Class)

0 commit comments

Comments
 (0)