From 99425cb934f3dfecc366f85fcd0b508fe566d792 Mon Sep 17 00:00:00 2001 From: Jiyun Date: Sun, 4 Jan 2026 13:08:36 +0900 Subject: [PATCH] =?UTF-8?q?#150=20Fix:=20CI/CD=20=EC=A0=81=EC=9A=A9=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78bc486..26b35ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,4 +15,4 @@ jobs: upload-artifacts: true write-application-yml: true secrets: - APPLICATION: ${{ secrets.APPLICATION_YML }} + APPLICATION: ${{ secrets.APPLICATION_YML }} \ No newline at end of file