constellation/.github/workflows/purge-branch.yml

16 lines
257 B
YAML
Raw Normal View History

name: Purge branch
on:
delete:
jobs:
purge:
name: Delete ref from versions API
uses: ./.github/workflows/versionsapi.yml
secrets: inherit
with:
command: rm
rm_all: true
dryrun: true
ref: ${{ github.event.ref }}