Skip to content

Commit

Permalink
Chore: Add creating new branch with Jira Ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
seungheon123 committed Apr 30, 2024
2 parents 48822ab + 3df363b commit ed8c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs: # 3
- name: Create Issue
uses: atlassian/gajira-create@v3
with:
project: Momo
project: KAN
issuetype: Task
summary: '${{ github.event.issue.title }}'
description: '${{ github.event.issue.html_url }}'
Expand Down

0 comments on commit ed8c242

Please sign in to comment.