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