Skip to content

build(deps-dev): bump the allnpm group with 4 updates #54

build(deps-dev): bump the allnpm group with 4 updates

build(deps-dev): bump the allnpm group with 4 updates #54

Workflow file for this run

name: cleanup-pr
on:
pull_request:
types: [closed]
jobs:
cleanup:
runs-on: ubuntu-latest
if: github.event.pull_request.user.type != 'Bot'
permissions:
contents: read
pull-requests: write
steps:
- name: Cleanup ZAD deployment
uses: RijksICTGilde/zad-actions/cleanup@v4
with:
api-key: ${{ secrets.ZAD_API_KEY_DEV }}
project-id: amt-odc
deployment-name: pr-${{ github.event.pull_request.number }}