Skip to content

Commit

Permalink
Fixing that the issue key wasn't added to the GH issue's title
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 16, 2023
1 parent d26a7f8 commit b3ec0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ function GetIssueUrl {

$issueKey = CreateIssue
AddLink $issueKey
Set-GitHubOutput 'issue-key' $issueKey
Set-GitHubOutput 'issue-url' (GetIssueUrl $issueKey)
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ runs:
actions: "update-issue"
token: ${{ env.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
title: ${{ github.event.issue.title }} (${{ steps.create-issue.outputs.issue }})
title: ${{ github.event.issue.title }} (${{ steps.create-issue.outputs.issue-key }})
body: "${{ github.event.issue.body }}\n\n[Jira issue](${{ steps.create-issue.outputs.issue-url }})"
update-mode: "replace"

0 comments on commit b3ec0ba

Please sign in to comment.