Skip to content

Commit

Permalink
chore: update w9jds/firebase-action action to v13.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Nov 22, 2024
1 parent 432a486 commit 51b0554
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/checkout@v4.2.2
- name: Drop e2e report site
uses: w9jds/firebase-action@v13.26.0
uses: w9jds/firebase-action@v13.27.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.26.0
uses: w9jds/firebase-action@v13.27.0
continue-on-error: true
with:
args: hosting:channel:delete ${{ env.channel }}-demo --site taiga-previews-demo -f
Expand Down

0 comments on commit 51b0554

Please sign in to comment.