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

Commit 13cb1b1

Browse files
author
Shimon Ohayon
committed
fix typos- and reference
1 parent d66465b commit 13cb1b1

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

REFERENCE.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
### github_actions_runner
1515

16-
Guides the basic setup and installation of GitHub actions runnner on your system.
16+
Guides the basic setup and installation of GitHub actions runner on your system.
1717

1818
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)
1919

@@ -64,19 +64,19 @@ Default value: $::facts['hostname']
6464

6565
Data type: `String`
6666

67-
GitHub Personal Access Token with admin permission on the repositories or the origanization.
68-
67+
GitHub Personal Access Token with admin permission on the repositories or the organization.
6968

7069
##### `package_name`
7170

7271
Data type: `String`
7372

74-
GitHub Actions runner offical package name.
73+
GitHub Actions runner official package name.
74+
75+
You can find the package names [here](https://github.com/actions/runner/releases)
7576

7677
**Example**:
7778

78-
```
79-
actions-runner-linux-x64
79+
```actions-runner-linux-x64
8080
```
8181

8282
##### `package_ensure`
@@ -89,8 +89,7 @@ You can find latest versions [here](https://github.com/actions/runner/releases)
8989

9090
**Example**:
9191

92-
```
93-
2.272.0
92+
```2.272.0
9493
```
9594

9695
##### `repository_url`
@@ -101,8 +100,7 @@ A base URL to download GitHub actions runner.
101100

102101
**Example**:
103102

104-
```
105-
https://github.com/actions/runner/releases/download
103+
```https://github.com/actions/runner/releases/download
106104
```
107105

108106
##### `user`

0 commit comments

Comments
 (0)