Skip to content

Commit e827481

Browse files
authored
Update create-jira-issue.yml
1 parent cbff2cf commit e827481

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
@@ -85,7 +85,7 @@ jobs:
8585
uses: atlassian/gajira-create@v3
8686
with:
8787
project: BOOK
88-
issuetype: Task
88+
issuetype: 하위 작업
8989
summary: '${{ github.event.issue.title }}'
9090
description: '${{ steps.md2jira.outputs.output-text }}'
9191
fields: |

0 commit comments

Comments
 (0)