Skip to content

Commit 1bb2590

Browse files
committed
CLAP-338 chore : 체크아웃 브랜치 수정
<footer> - #433
1 parent ab97a47 commit 1bb2590

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
3030
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
3131

32-
- name: Checkout main code
32+
- name: Checkout release code
3333
uses: actions/checkout@v4
3434
with:
35-
ref: main
35+
ref: release
3636

3737
- name: Issue Parser
3838
uses: stefanbuck/github-issue-praser@v3

0 commit comments

Comments
 (0)