Skip to content

Commit

Permalink
Update firebase-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Sep 11, 2024
1 parent abc59fc commit b61305c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
- name: Install Firebase CLI Tools
run: npm install -g firebase-tools
- name: Load All Environment Variables
if: ${{ secrets.ENV_FILE != '' }}
env:

Check failure on line 83 in .github/workflows/firebase-deploy.yml

View workflow job for this annotation

GitHub Actions / YAML Lint Check

83:13 [trailing-spaces] trailing spaces
env-file: ${{ secrets.ENV_FILE }}
if: ${{ env.env-file != '' }}
run: |
export $(${{ secrets.ENV_FILE }} | xargs)
- name: Run custom command
Expand Down

0 comments on commit b61305c

Please sign in to comment.