From c9c6d8d96927434dd9f2d84b5d843508fdd0e069 Mon Sep 17 00:00:00 2001 From: Covy Date: Sat, 6 Sep 2025 15:37:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ci=20=EB=AC=B8=EB=B2=95=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit indent 크기 수정 --- .github/workflows/android-pull-request-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-pull-request-ci.yml b/.github/workflows/android-pull-request-ci.yml index 8854d504..af693824 100644 --- a/.github/workflows/android-pull-request-ci.yml +++ b/.github/workflows/android-pull-request-ci.yml @@ -44,10 +44,10 @@ jobs: echo "TEMP_TOKEN=\"TEMP_TOKEN\"" >> local.properties - name: Access Kakao KAKAO_NATIVE_APP_KEY - env: - KAKAO_NATIVE_APP_KEY: ${{ secrets.KAKAO_NATIVE_APP_KEY }} - run: | - echo "KAKAO_NATIVE_APP_KEY=\"$KAKAO_NATIVE_APP_KEY\"" >> local.properties + env: + KAKAO_NATIVE_APP_KEY: ${{ secrets.KAKAO_NATIVE_APP_KEY }} + run: | + echo "KAKAO_NATIVE_APP_KEY=\"$KAKAO_NATIVE_APP_KEY\"" >> local.properties - name: Grant execute permission for gradlew run: chmod +x gradlew