Skip to content

Commit 3d74a8f

Browse files
committed
[skip changelog] Fix Jira grooming workflow description formatting
1 parent f9cccd5 commit 3d74a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jira-issue.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
-p ${{ secrets.JIRA_PROJECT_CODE }} \
3434
-i Task \
3535
-o summary="${{ github.event.issue.title }}" \
36-
-o description="${{ github.event.issue.body }}\n${{ github.event.issue.html_url }}" \
36+
-o description="${{ github.event.issue.body }}
37+
${{ github.event.issue.html_url }}" \
3738
>> output
3839
3940
- name: Set label on Jira issue

0 commit comments

Comments
 (0)