From 1bddea960bf95d59e04bf6dd60f7522acf8cdfc9 Mon Sep 17 00:00:00 2001 From: sangminee <81500474+sangminee@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:13:35 +0900 Subject: [PATCH] [CHORE] 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 88c486a..0a40a55 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -20,7 +20,7 @@ jobs: - name: Create application.properties run: | - echo "${{ secrets.FIREBASE }}" > src/main/resources/firebase.json + echo "${{ 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