From 430d91cbffa7c6ba9a3944e58d4e547978e97855 Mon Sep 17 00:00:00 2001 From: Leetaehoon <66353672+xogns1514@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:46:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20checkout=20=EC=8B=9C=20=20submodule=20?= =?UTF-8?q?=ED=8F=AC=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/be-cd_dev-docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/be-cd_dev-docker.yml b/.github/workflows/be-cd_dev-docker.yml index 9e4eff73..27e0ff65 100644 --- a/.github/workflows/be-cd_dev-docker.yml +++ b/.github/workflows/be-cd_dev-docker.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true - name: Set timezone to Korea uses: szenius/set-timezone@v2.0