Skip to content

Commit

Permalink
docs: version 2.1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade committed Mar 13, 2024
1 parent ff07cd2 commit 5de39b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ Note that `projectKey` and `projectKeys` works same under the hood. You can pass

```
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/[email protected]
uses: ryanvade/[email protected].1
```

## Example Usage with a specific Project Key

```
- name: Enforce Jira Issue Key in Pull Request Title
uses: ryanvade/[email protected]
uses: ryanvade/[email protected].1
with:
projectKey: 'AB'
```
Expand All @@ -92,7 +92,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/[email protected]
uses: ryanvade/[email protected].1
with:
projectKeys: |
'AB'
Expand All @@ -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/[email protected]
uses: ryanvade/[email protected].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/[email protected]
uses: ryanvade/[email protected].1
with:
projectKey: 'AB'
keyAnywhereInTitle: 'true'
Expand Down

0 comments on commit 5de39b3

Please sign in to comment.