From a54102acd9fd0042ca8dae2946916ea1c951e8d9 Mon Sep 17 00:00:00 2001 From: sangminee <81500474+sangminee@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:21:57 +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 781c861..aadf9a9 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,7 @@ jobs: - name: Create application.properties run: | - echo "${{ secrets.FIREBASE }}" | tr -d '\r' | jq -Rs '.' > src/main/resources/firebase.json + echo -e "${{ secrets.FIREBASE }}" | tr -d '\r' > 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