From f98fe900c030f94d5d0d79447c813819cc99c031 Mon Sep 17 00:00:00 2001 From: svetlanaMuravlova Date: Tue, 31 Aug 2021 16:06:44 +0300 Subject: [PATCH] feat(firebase): try firebase actions --- .github/workflows/on-push-or-pull.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/on-push-or-pull.yml b/.github/workflows/on-push-or-pull.yml index 4bfde60..edd9a87 100644 --- a/.github/workflows/on-push-or-pull.yml +++ b/.github/workflows/on-push-or-pull.yml @@ -96,18 +96,18 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/cache@v2 - with: - path: ${{ env.CACHE_DIST_PATH }} - key: dist-${{ github.run_id }} - - uses: FirebaseExtended/action-hosting-deploy@v0 - continue-on-error: true - id: firebase_hosting_preview - with: - repoToken: '${{ secrets.GITHUB_TOKEN }}' - firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NGX_BOOTSTRAP_DEMO }}' - projectId: ngx-bootstrap-demo - channelId: ${{ env.FIREBASE_CHANNEL }} - expires: 7d + with: + path: ${{ env.CACHE_DIST_PATH }} + key: dist-${{ github.run_id }} + - uses: FirebaseExtended/action-hosting-deploy@v0 + continue-on-error: true + id: firebase_hosting_preview + with: + repoToken: '${{ secrets.GITHUB_TOKEN }}' + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NGX_BOOTSTRAP_DEMO }}' + projectId: ngx-bootstrap-demo + channelId: ${{ env.FIREBASE_CHANNEL }} + expires: 7d # - uses: actions/checkout@v2 # - uses: FirebaseExtended/action-hosting-deploy@v0