From 57b14c14d7d601933e5fd749bf2cfbfb28d9b34a Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Mon, 7 Oct 2024 20:56:48 +0100 Subject: [PATCH] ci: Fix script path --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 1a3f640..73a5c53 100644 --- a/action.yaml +++ b/action.yaml @@ -62,4 +62,4 @@ runs: - name: Start Firebase Emulator shell: bash run: | - ./scripts/start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }} \ No newline at end of file + ./start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }} \ No newline at end of file