Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 160768b

Browse files
committed
fix some typo
1 parent c2eef53 commit 160768b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
push:
99
branches:
1010
- "main"
11+
paths-ignore:
12+
- "docs/**"
13+
- "CHANGELOG.md"
14+
- "README.md"
1115

1216
env:
1317
IMAGE_NAME: "${{ github.repository_owner }}/github-actions-runner"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Available Tags:
3737
| Variable | Type | Description |
3838
| -------------------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------- |
3939
| `GH_ORG`, `GH_REPO` or `GH_ENTERPRISE` | string | Points to the GitHub enterprise, organisation or repo where the runner should be installed |
40-
| `GH_ACCESS_TOKEN` | string | Developer Token vor the GitHub Organisation<br> This Token can be personal and is onlv needed during installation |
40+
| `GH_ACCESS_TOKEN` | string | Developer Token vor the GitHub Organisation<br></br> This Token can be personal and is onlv needed during installation |
4141

4242
### Optional environmental variables
4343

0 commit comments

Comments
 (0)