constellation/.github/workflows/purge-branch.yml
Paul Meyer 5782e0c884 ci: deactivate dryrun of image deletion
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-01-12 13:43:42 +01:00

15 lines
242 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
ref: ${{ github.event.ref }}