Skip to content

Commit fca7d4d

Browse files
committed
ci: 기준 브랜치를 develop으로 변경
1 parent 0bb227c commit fca7d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
1616
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
1717

18-
- name: Checkout main code
18+
- name: Checkout develop code
1919
uses: actions/checkout@v4
2020
with:
21-
ref: main
21+
ref: develop
2222

2323
- name: Issue Parser
2424
uses: stefanbuck/github-issue-parser@v3

0 commit comments

Comments
 (0)