From 69a8223d069b8605e22ebac54780a1293553a167 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sat, 9 May 2020 19:18:38 -0400 Subject: [PATCH] Fix formatting error in action --- .github/workflows/android-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-debug.yml b/.github/workflows/android-debug.yml index c5ae1649a..1a4e0496a 100644 --- a/.github/workflows/android-debug.yml +++ b/.github/workflows/android-debug.yml @@ -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 }}