Skip to content

Purge branch

Purge branch #2396

Workflow file for this run

name: Purge branch
on:
delete:
jobs:
purge:
name: Delete ref from versions API
uses: ./.github/workflows/versionsapi.yml
permissions:
id-token: write
contents: read
secrets: inherit
with:
command: remove
rm_all: true
ref: ${{ github.event.ref }}