Skip to content

Commit

Permalink
Add double quote to $GOOGLE_SERVICES_JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
nowakweronika committed Nov 16, 2023
1 parent d6a9c4a commit 181343c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Add google-services.json
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON > app/google-services.json
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json

- name: Prepare Android Environment
uses: ./.github/actions/prepare-android-env
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Add google-services.json
env:
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $GOOGLE_SERVICES_JSON > app/google-services.json
run: echo "$GOOGLE_SERVICES_JSON" > app/google-services.json

- name: LFS-warning - Prevent large files that are not LFS tracked
uses: ppremk/[email protected]
Expand Down

0 comments on commit 181343c

Please sign in to comment.