Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade authored Dec 14, 2020
1 parent 7062a3e commit 5cd12cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ A specific minimum length the description must be.
## Example Usage

```
- name: Enforce Jira Issue Key in Pull Request Title
- name: Enforce Pull Request Description Length
uses: ryanvade/enforce-pr-description-length-action@v1
```

## Example Usage with a specific min length

```
- name: Enforce Jira Issue Key in Pull Request Title
- name: Enforce Pull Request Description Length
uses: ryanvade/enforce-pr-description-length-action@v1
with:
minLength: 5
```
```

0 comments on commit 5cd12cc

Please sign in to comment.