From cfdba918c74c43887ed37cf954de0dec6f63d220 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bachorski <60391032+arkadiuszbachorski@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:34:22 +0200 Subject: [PATCH] Fix --- .github/workflows/firebase-deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 07e2df7..052884e 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -42,6 +42,11 @@ on: required: false type: string default: '' + workingDirectory: + description: 'The workingDirectory of the GitHub Action. Defaults to $GITHUB_WORKSPACE' + required: false + type: string + default: '.' secrets: GOOGLE_APPLICATION_CREDENTIALS_BASE64: description: |