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

Commit d66465b

Browse files
author
Shimon Ohayon
committed
adding more information
1 parent 7be5304 commit d66465b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

REFERENCE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515

1616
Guides the basic setup and installation of GitHub actions runnner on your system.
1717

18+
You can read more about self-hosted actions runner [here](https://docs.github.com/en/free-pro-team@latest/actions/hosting-your-own-runners/about-self-hosted-runners)
19+
1820
#### Parameters
1921

20-
The following parameters are available in the `apache` class.
22+
The following parameters are available in the `github_actions_runner` class.
2123

2224
##### `ensure`
2325

@@ -62,7 +64,7 @@ Default value: $::facts['hostname']
6264

6365
Data type: `String`
6466

65-
GitHub PAT with admin permission on the repositories or the origanization.
67+
GitHub Personal Access Token with admin permission on the repositories or the origanization.
6668

6769

6870
##### `package_name`
@@ -83,6 +85,8 @@ Data type: `String`
8385

8486
GitHub Actions runner version to be used.
8587

88+
You can find latest versions [here](https://github.com/actions/runner/releases)
89+
8690
**Example**:
8791

8892
```

0 commit comments

Comments
 (0)