Skip to content

Commit

Permalink
#3 fixed indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvogelgesang committed Jan 6, 2023
1 parent 77dc8f4 commit 07b5f34
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
on: pull_request
id: 'pr_outputs'
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MVOGELGESANG }}'
projectId: mvogelgesang
- run: npm install -g @lhci/cli@0.3.x
- run: lhci autorun --upload.target=temporary-public-storage --serverBaseUrl=${{steps.pr_outputs.outputs.urls}} || echo "LHCI failed!"
- name: Deploy to Firebase Hosting on PR
on: pull_request
id: 'pr_outputs'
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MVOGELGESANG }}'
projectId: mvogelgesang
- run: npm install -g @lhci/cli@0.3.x
- run: lhci autorun --upload.target=temporary-public-storage --serverBaseUrl=${{steps.pr_outputs.outputs.urls}} || echo "LHCI failed!"

0 comments on commit 07b5f34

Please sign in to comment.