-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update w9jds/firebase-action action to v13.29.1 (#9989)
- Loading branch information
1 parent
17ec382
commit c0b53ba
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,15 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Drop e2e report site | ||
uses: w9jds/[email protected].0 | ||
uses: w9jds/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
args: hosting:channel:delete ${{ env.channel }}-e2e --site taiga-previews-demo-e2e-report -f | ||
env: | ||
GCP_SA_KEY: ${{ secrets.FIREBASE_TAIGA_PREVIEWS_SA }} | ||
PROJECT_ID: taiga-previews | ||
- name: Drop preview demo site | ||
uses: w9jds/[email protected].0 | ||
uses: w9jds/[email protected].1 | ||
continue-on-error: true | ||
with: | ||
args: hosting:channel:delete ${{ env.channel }}-demo --site taiga-previews-demo -f | ||
|