Skip to content

Commit db135b5

Browse files
authored
Fix: Jira issue title formatting in workflow
1 parent dcc0821 commit db135b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
with:
292292
actions: 'update-issue'
293293
token: ${{ secrets.PAT_TOKEN }}
294-
title: '[${{ steps.create.outputs.issue }}] ${{ github.event.issue.title }}'
294+
title: '[${{ steps.create.outputs.issue }}/${{ github.event.issue.title }}'
295295

296296
- name: Add Jira issue link comment
297297
uses: actions-cool/issues-helper@v3

0 commit comments

Comments
 (0)