Skip to content

Commit

Permalink
feat: submodule 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hanueleee committed Dec 31, 2023
1 parent c149ff8 commit afa2968
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd-be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Check out Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTION_TOKEN }}
submodules: true

- name: Set up JDK11
uses: actions/setup-java@v3
Expand Down

0 comments on commit afa2968

Please sign in to comment.