chore(bump): updated versions #1177
24
.github/workflows/on-push-or-pull.yml
vendored
24
.github/workflows/on-push-or-pull.yml
vendored
@@ -96,18 +96,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CACHE_DIST_PATH }}
|
path: ${{ env.CACHE_DIST_PATH }}
|
||||||
key: dist-${{ github.run_id }}
|
key: dist-${{ github.run_id }}
|
||||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
id: firebase_hosting_preview
|
id: firebase_hosting_preview
|
||||||
with:
|
with:
|
||||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NGX_BOOTSTRAP_DEMO }}'
|
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NGX_BOOTSTRAP_DEMO }}'
|
||||||
projectId: ngx-bootstrap-demo
|
projectId: ngx-bootstrap-demo
|
||||||
channelId: ${{ env.FIREBASE_CHANNEL }}
|
channelId: ${{ env.FIREBASE_CHANNEL }}
|
||||||
expires: 7d
|
expires: 7d
|
||||||
|
|
||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
# - uses: FirebaseExtended/action-hosting-deploy@v0
|
# - uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
|
|||||||
Reference in New Issue
Block a user