From 96c84efd81cede22725b113dbecf420ef78b4907 Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Mon, 29 Dec 2025 14:57:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EB=B0=8F=20?= =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20=EC=B2=B4=ED=81=AC=EC=95=84=EC=9B=83=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD=20(#177)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop_build_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/develop_build_deploy.yml b/.github/workflows/develop_build_deploy.yml index 86eb7a1..935591c 100644 --- a/.github/workflows/develop_build_deploy.yml +++ b/.github/workflows/develop_build_deploy.yml @@ -17,8 +17,6 @@ jobs: # 체크아웃 - name: Checkout uses: actions/checkout@v4 - with: - ref: ${{ inputs.ref }} # JDK 17 세팅 - name: Set up JDK 17