Skip to content

Commit

Permalink
docs: update rest of docs with 2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade committed Mar 10, 2024
1 parent 44b25aa commit 0e4955e
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 @@ -104,7 +104,7 @@ Note that `projectKey` and `projectKeys` works same under the hood. You can pass

```
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/enforce-pr-title-style-action@v2
uses: ryanvade/enforce-pr-title-style-action@v2.1
with:
projectKey: 'AB'
separator: ':'
Expand All @@ -114,7 +114,7 @@ Note that `projectKey` and `projectKeys` works same under the hood. You can pass

```
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/enforce-pr-title-style-action@v2
uses: ryanvade/enforce-pr-title-style-action@v2.1
with:
projectKey: 'AB'
keyAnywhereInTitle: 'true'
Expand Down

0 comments on commit 0e4955e

Please sign in to comment.