Skip to content

Commit

Permalink
Merge pull request #38 from EthanBonsignori/gh-action-env
Browse files Browse the repository at this point in the history
remove cat
  • Loading branch information
EthanBonsignori authored Mar 6, 2024
2 parents f87dc75 + ecb96b5 commit 0002fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
echo FIREBASE_MESSAGING_SENDER_ID=${{ secrets.FIREBASE_MESSAGING_SENDER_ID }} >> .env
echo FIREBASE_APP_ID=${{ secrets.FIREBASE_APP_ID }} >> .env
echo FIREBASE_MEASUREMENT_ID=${{ secrets.FIREBASE_MEASUREMENT_ID }} >> .env
cat .env
- uses: actions/checkout@v4
- run: npm ci && npm run build
Expand Down

0 comments on commit 0002fb1

Please sign in to comment.