Skip to content

Commit

Permalink
Fix typo in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
pivee committed Nov 7, 2023
1 parent 9044890 commit bb06376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Run the build command using pnpm
- name: Build
run: pnpm run build
working-directory: ./path/to/your/app # Specify the path to your app if necessary
working-directory: ./ # Specify the path to your app if necessary
if: success() # Only run if the previous step was successful

- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit bb06376

Please sign in to comment.