Fix formatting error in action

This commit is contained in:
jobobby04 2020-05-09 19:18:38 -04:00 committed by GitHub
parent 6959370087
commit 69a8223d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
# Add toolchain to the path
add-to-path: true # optional, default is true
- name: Create google-services.json
- uses: finnp/create-file-action@1.0.0
uses: finnp/create-file-action@1.0.0
env:
FILE_NAME: "app/google-services.json"
FILE_BASE64: ${{ secrets.GOOGLE_SERVICES }}