Skip to content

Commit 86a0c23

Browse files
committed
chore(docs): test pr-title changes
Signed-off-by: jmeridth <[email protected]>
1 parent d788c4f commit 86a0c23

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ This is a placeholder repo for multiple GitHub Actions I use in my personal and
1313

1414
> [!CAUTION]
1515
> Check the permissions in each reusable workflow to ensure the GitHub token you pass from your calling workflow meets the required permissions. Most of the time just passing `${{ secrets.GITHUB_TOKEN }}` is sufficient.
16-
> This may require you to go to your repository settings and then Actions to `Actions Permission` and enable reusable workflows. You may also need to update `Workflow Permissions` to `Read and write permissions`.
16+
> This may require you to go to your repository settings and then Actions to `Actions Permission` and enable reusable workflows. You may also need to update `Workflow Permissions` to `Read and write permissions`.
1717
>
1818
> [Workflows](.github/workflows)
1919
20-
2120
> [!TIP]
2221
> You can reuse the following files in this repository in your own as they are used by the reusable workflows:
2322
>
2423
> - [labeler.yml](.github/labeler.yml)
2524
> - [release-drafter.yaml](.github/release-drafter.yaml)
2625
2726
> [!WARNING]
28-
> The container image generated in this repo is a placeholder, it contains no content. It uses [alpine:latest and says "Hello World"](https://github.com/jmeridth/reusable-workflows/blob/main/Dockerfile). The image creation option is for GitHub Actions who need it because their Action is not written in JavaScript/Typescript and they want to track downloads/usage.
27+
> The container image generated in this repo is a placeholder, it contains no content. It uses [alpine:latest and says "Hello World"](https://github.com/jmeridth/reusable-workflows/blob/main/Dockerfile). The image creation option is for GitHub Actions who need it because their Action is not written in JavaScript/Typescript and they want to track downloads/usage.
28+
29+
Blah blah blah

0 commit comments

Comments
 (0)