Fix formatting error in action
This commit is contained in:
parent
6959370087
commit
69a8223d06
2
.github/workflows/android-debug.yml
vendored
2
.github/workflows/android-debug.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
# Add toolchain to the path
|
# Add toolchain to the path
|
||||||
add-to-path: true # optional, default is true
|
add-to-path: true # optional, default is true
|
||||||
- name: Create google-services.json
|
- name: Create google-services.json
|
||||||
- uses: finnp/create-file-action@1.0.0
|
uses: finnp/create-file-action@1.0.0
|
||||||
env:
|
env:
|
||||||
FILE_NAME: "app/google-services.json"
|
FILE_NAME: "app/google-services.json"
|
||||||
FILE_BASE64: ${{ secrets.GOOGLE_SERVICES }}
|
FILE_BASE64: ${{ secrets.GOOGLE_SERVICES }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user