Skip to content

Commit aa4345b

Browse files
committed
CLAP-338 chore : 버그 이슈 release 기준으로 수정
<footer> - #433
1 parent a048076 commit aa4345b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
- name: Log created issue
7575
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"
7676

77-
- name: Checkout develop code
77+
- name: Checkout release code
7878
uses: actions/checkout@v4
7979
with:
80-
ref: develop
80+
ref: release
8181
token: ${{ secrets.PAT_TOKEN }}
8282

8383
- name: Create branch with Ticket number

0 commit comments

Comments
 (0)