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