From 9a250d185b517eb84d93c822c58ccd7f3b46b9bd Mon Sep 17 00:00:00 2001 From: Choi Woo Seok Date: Fri, 28 Jul 2023 14:31:43 +0900 Subject: [PATCH] =?UTF-8?q?chore=20:=20=EC=95=88=EB=93=9C=EB=A1=9C?= =?UTF-8?q?=EC=9D=B4=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 daf893102..d136cb2e3 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\"" > ./local.properties + run: echo "GH_CLIENT_ID=\"$GH_CLIENT_ID\"" > ./2023-emmsale/android/2023-emmsale/local.properties - name: Run ktlintChecking run: ./android/2023-emmsale/gradlew -p android/2023-emmsale ktlintCheck