mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
00ca87a7ec
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
16 lines
261 B
YAML
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 }}
|