Skip to content

build(deps): Bump framer-motion from 6.5.1 to 11.9.0 #705

build(deps): Bump framer-motion from 6.5.1 to 11.9.0

build(deps): Bump framer-motion from 6.5.1 to 11.9.0 #705

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