We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a5ec9 + 3ccebea commit 932c762Copy full SHA for 932c762
action.yaml
@@ -65,4 +65,11 @@ runs:
65
- name: Start Firebase Emulator
66
shell: bash
67
run: |
68
- chmod +x ./start-firebase-emulator.sh && ./start-firebase-emulator.sh ${{ env.EMULATORS }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }} ${{ inputs.check-port }}
+ chmod +x ${{ github.action_path }}/start-firebase-emulator.sh
69
+ ${{ github.action_path }}/start-firebase-emulator.sh \
70
+ ${{ inputs.emulators }} \
71
+ ${{ inputs.project-id }} \
72
+ ${{ inputs.max-retries }} \
73
+ ${{ inputs.max-checks }} \
74
+ ${{ inputs.wait-time }} \
75
+ ${{ inputs.check-port }}
0 commit comments