Skip to content

Commit

Permalink
Casing
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Doellinger <[email protected]>
  • Loading branch information
realJohnDoe committed Apr 5, 2024
1 parent 40b636d commit 22a9ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In practice, this looks like the following:

![An image of a comment created by the github-actions bot](pr-comment.png)

## Example usage
## Example Usage

Add a new workflow file to the directory `.github/workflows/`.
We recommend a name such as `label-pr-size.yml`.
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: [docker]
name: Check PR size
container:
image: ubuntu:20.04
image: ubuntu:22.04

steps:
- name: Label and comment PR
Expand Down

0 comments on commit 22a9ef2

Please sign in to comment.