Skip to content

Commit

Permalink
docs: bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade committed Mar 10, 2024
1 parent c6f52a4 commit ace878f
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 @@ -12,14 +12,14 @@ A specific minimum length the description must be.

```
- name: Enforce Pull Request Description Length
uses: ryanvade/enforce-pr-description-length-action@v1
uses: ryanvade/enforce-pr-description-length-action@v1.1
```

## Example Usage with a specific min length

```
- name: Enforce Pull Request Description Length
uses: ryanvade/enforce-pr-description-length-action@v1
uses: ryanvade/enforce-pr-description-length-action@v1.1
with:
minLength: 5
```

0 comments on commit ace878f

Please sign in to comment.