Skip to content

Commit 5de185e

Browse files
committed
fix: Jira 이슈 생성 워크플로우 수정
- Issue Parser 의 오타 수정 - Checkout main code 를 한번만 하도록 수정
1 parent 0bba334 commit 5de185e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: main
2222

2323
- name: Issue Parser
24-
uses: stefanbuck/github-issue-praser@v3
24+
uses: stefanbuck/github-issue-parser@v3
2525
id: issue-parser
2626
with:
2727
template-path: .github/ISSUE_TEMPLATE/01-feat-template.yml
@@ -59,11 +59,6 @@ jobs:
5959
- name: Log created issue
6060
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"
6161

62-
- name: Checkout main code
63-
uses: actions/checkout@v4
64-
with:
65-
ref: main
66-
6762
- name: Get first label as branch prefix
6863
id: label
6964
run: |

0 commit comments

Comments
 (0)