Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 26, 2024
1 parent 43ad18c commit 2b0f532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the repository including submodules
- name: Checkout repository with submodules
- name: Checkout submodules
uses: actions/checkout@v3
with:
submodules: true # Checkout submodules recursively
submodules: recursive
token: ${{ secrets.GIT_TOKEN_FOR_SUBMODULE }}

# Set up JDK 21 for the Spring Boot project
- name: Set up JDK 21
Expand Down

0 comments on commit 2b0f532

Please sign in to comment.