diff --git a/.github/workflows/create-service-json.yml b/.github/workflows/create-service-json.yml index d02816e..7499073 100644 --- a/.github/workflows/create-service-json.yml +++ b/.github/workflows/create-service-json.yml @@ -13,8 +13,8 @@ jobs: - name: Create Google Service JSON run: | - echo "${{ secrets.GOOGLE_SERVICE_JSON }}" && - echo "${{ secrets.GOOGLE_SERVICE_JSON }}" > \ + echo '${{ secrets.GOOGLE_SERVICE_JSON }}' && + echo '${{ secrets.GOOGLE_SERVICE_JSON }}' > \ ${{ github.workspace }}/app/google-services.json | base64 - name: Check Google Service JSON file is created