From 01ae317619c16d662b370dc0d87f8f1abce4f52c Mon Sep 17 00:00:00 2001 From: sangminee <81500474+sangminee@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:08:52 +0900 Subject: [PATCH] [FIX] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f684ae9..88c486a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,7 @@ jobs: - name: Create application.properties run: | - echo -e "${{ secrets.FIREBASE }}" | tr -d '\r' | tr -d '\n' > src/main/resources/firebase.json + echo "${{ secrets.FIREBASE }}" > src/main/resources/firebase.json echo "${{ secrets.APPLICATION_TEST }}" > src/main/resources/application-test.properties echo "${{ secrets.APPLICATION_LOCAL }}" > src/main/resources/application-local.properties echo "${{ secrets.APPLICATION_DEV }}" > src/main/resources/application-dev.properties