Skip to content

Commit

Permalink
chore: update w9jds/firebase-action action to v13.28.0 (#9921)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Dec 5, 2024
1 parent 516e2e5 commit 1a133c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/after-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Drop e2e report site
uses: w9jds/firebase-action@v13.27.0
uses: w9jds/firebase-action@v13.28.0
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/firebase-action@v13.27.0
uses: w9jds/firebase-action@v13.28.0
continue-on-error: true
with:
args: hosting:channel:delete ${{ env.channel }}-demo --site taiga-previews-demo -f
Expand Down

0 comments on commit 1a133c0

Please sign in to comment.