Skip to content

Commit

Permalink
fix: Make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Oct 7, 2024
1 parent 57b14c1 commit 65a03c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ runs:
- name: Start Firebase Emulator
shell: bash
run: |
./start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }}
chmod +x ./start-firebase-emulator.sh && ./start-firebase-emulator.sh ${{ inputs.emulators }} ${{ inputs.project-id }} ${{ inputs.max-retries }} ${{ inputs.max-checks }} ${{ inputs.wait-time }}

0 comments on commit 65a03c4

Please sign in to comment.