From 5a2ceb3616e1edb25c6224913451fd10215f54f8 Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 16 Jan 2024 13:29:51 +0000 Subject: [PATCH] Fix typo --- .github/workflows/firebase-hosting-deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-deploy.yml b/.github/workflows/firebase-hosting-deploy.yml index f4a6c4f..7fa3586 100644 --- a/.github/workflows/firebase-hosting-deploy.yml +++ b/.github/workflows/firebase-hosting-deploy.yml @@ -4,6 +4,10 @@ on: secrets: FIREBASE_SA: required: true + inputs: + built-app-dir: + default: dist + type: string jobs: deploy-firebase: @@ -25,7 +29,7 @@ jobs: name: Generate Service Account file env: FIREBASE_SA: ${{ secrets.FIREBASE_SA }} - - run: firebase deploy only --hosting + - run: firebase deploy --only hosting name: Run deploy command env: GOOGLE_APPLICATION_CREDENTIALS: gcloud-service-key.json