-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nora Söderlund
committed
Sep 6, 2023
1 parent
7337f81
commit 6eaf4b8
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
uses: nora-soderlund/[email protected].3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | ||
|
@@ -47,7 +47,7 @@ jobs: | |
- id: story | ||
name: Get summary from Jira | ||
uses: nora-soderlund/[email protected].2 | ||
uses: nora-soderlund/[email protected].3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters