Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Sep 15, 2024
1 parent 1628a42 commit d51d976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env-file: ${{ secrets.ENV_FILE }}
if: ${{ env.env-file != '' }}
run: |
export $(${{ secrets.ENV_FILE }} | xargs)
export $("${{ secrets.ENV_FILE }}" | xargs)
- name: Run custom command
if: ${{ inputs.customcommand != '' }}
run: ${{ inputs.customcommand }}
Expand Down

0 comments on commit d51d976

Please sign in to comment.