Skip to content

Commit

Permalink
Update create-jira-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yusiny authored Jul 8, 2024
1 parent 65a7f23 commit 4e7faa0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
- name: Log created issue
run: echo "Jira Issue ${{ steps.issue-parser.outputs.parentKey }}/${{ steps.create.outputs.issue }} was created"

- name: Checkout develop code
uses: actions/checkout@v4
with:
ref: develop
# 당분간 메인 브랜치 이용
# - name: Checkout develop code
# uses: actions/checkout@v4
# with:
# ref: develop

- name: Create branch with Ticket number
run: |
Expand Down

0 comments on commit 4e7faa0

Please sign in to comment.