Skip to content

Commit

Permalink
apply git submodule in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ca committed Sep 26, 2023
1 parent f2836f5 commit 826b911
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: Checkout
uses: actions/checkout@v1
with:
token: ${{ secrets.GIT_REPO_ACCESS }}
submodules: true

## gradle build
- name: Build with Gradle
run: |
Expand Down

0 comments on commit 826b911

Please sign in to comment.