Skip to content

Commit 3452e74

Browse files
authored
Update create-jira-issue.yml
1 parent ac0f1a1 commit 3452e74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ jobs:
5454
run: |
5555
echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey || 'NoParent' }}/${{ steps.create.outputs.issue }} was created"
5656
57-
- name: Checkout develop code
57+
# 수정된 코드
58+
- name: Checkout base branch (main)
5859
uses: actions/checkout@v4
5960
with:
60-
ref: develop
61+
ref: main
6162

6263
- name: Create branch with Ticket number
6364
run: |

0 commit comments

Comments
 (0)