Skip to content

Delete Release Template #1

Delete Release Template

Delete Release Template #1

name: Delete Release Template
on:
workflow_dispatch:
inputs:
version:
type: string
description: "The version to delete"
required: true
jobs:
run:
uses: rokucommunity/.github/.github/workflows/delete-release.yml@master
with:
version: ${{ github.event.inputs.version }}
secrets: inherit