From e8134f5b60b5cb75850c73e3d5655072d21db1b5 Mon Sep 17 00:00:00 2001 From: HyungUk Ryu Date: Wed, 24 Jul 2024 21:21:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B2=B4=ED=81=AC=EC=95=84=EC=9B=83?= =?UTF-8?q?=ED=95=A0=20=EB=B8=8C=EB=9E=9C=EC=B9=98(develop)=20=EB=AA=85?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backend-cd.yml b/.github/workflows/backend-cd.yml index fd39831bb..15fe57ec9 100644 --- a/.github/workflows/backend-cd.yml +++ b/.github/workflows/backend-cd.yml @@ -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 @@ -49,6 +50,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + ref: develop - name: Set up JDK 17 uses: actions/setup-java@v4 with: