Skip to content

build(deps-dev): Bump eslint-plugin-testing-library from 5.6.0 to 7.0.0 #723

build(deps-dev): Bump eslint-plugin-testing-library from 5.6.0 to 7.0.0

build(deps-dev): Bump eslint-plugin-testing-library from 5.6.0 to 7.0.0 #723

Workflow file for this run

name: Cleanup staging deploy
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Remove folder from GCS
run: gsutil -m rm -f gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/** || true