From 6f06bb281254ca2191fc268197a7f256046b9ede Mon Sep 17 00:00:00 2001 From: piotradamczyk5 <65554637+piotradamczyk5@users.noreply.github.com> Date: Tue, 9 Mar 2021 16:50:33 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 75fbd79b53..c7329a9130 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: shell: bash - id: authentication run: | - ./flankScripts firebase save_service_account --account=${{ inputs.service_account }} + ./flankScripts firebase save_service_account --account='${{ inputs.service_account }}' shell: bash - id: run_flank run: |