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