Skip to content

Commit

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

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

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

0 comments on commit 2334dc3

Please sign in to comment.