Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora Söderlund committed Sep 6, 2023
1 parent 8f87091 commit 7337f81
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 @@ -7,7 +7,7 @@ This is a GitHub Action that allows you to fetch the summary and description of
Add the action to your pull request workflow, which searches for Jira story keys with the project key `ABC`:
```yml
- name: Get summary from Jira
uses: nora-soderlund/jira-summary-action@v0.9.1
uses: nora-soderlund/jira-summary-action@v0.9.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- id: story
name: Get summary from Jira
uses: nora-soderlund/jira-summary-action@v0.9.1
uses: nora-soderlund/jira-summary-action@v0.9.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
Expand Down

0 comments on commit 7337f81

Please sign in to comment.