constellation/.github/workflows/purge-branch.yml
Paul Meyer 00ca87a7ec ci: fix versionsapi workflow remove cmd
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-01-09 17:02:45 +01:00

16 lines
261 B
YAML

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