From 373945778cc70a091dfe77c6a8001f6e2ccd725e Mon Sep 17 00:00:00 2001 From: Choi Woo Seok Date: Fri, 28 Jul 2023 14:27:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=95=88=EB=93=9C=EB=A1=9C=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=20CI=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-integration.yml b/.github/workflows/android-integration.yml index 8dbd566a9..daf893102 100644 --- a/.github/workflows/android-integration.yml +++ b/.github/workflows/android-integration.yml @@ -26,7 +26,7 @@ jobs: - name: Access GH_CLIENT_ID env: GH_CLIENT_ID: $ - run: echo "GH_CLIENT_ID=\"$GH_CLIENT_ID\"" > 2023-emmsale/android/2023-emmsale/local.properties + run: echo "GH_CLIENT_ID=\"$GH_CLIENT_ID\"" > ./local.properties - name: Run ktlintChecking run: ./android/2023-emmsale/gradlew -p android/2023-emmsale ktlintCheck