Skip to content

Commit

Permalink
fix: 체크아웃할 브랜치(develop) 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
hw0603 committed Jul 24, 2024
1 parent e0754e1 commit e8134f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- uses: actions/checkout@v4 # Push 이벤트이기 때문에 checkout 해야 함
with:
ref: develop
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- uses: dorny/paths-filter@v3
Expand All @@ -49,6 +50,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: develop
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit e8134f5

Please sign in to comment.