change from text input on workflow dispatch to checkbox

This commit is contained in:
Kavish Devar
2024-12-16 16:56:12 +05:30
parent 6774ca1bb5
commit 0f563a60d1

View File

@@ -9,7 +9,8 @@ on:
release:
description: 'Create a release'
required: true
default: 'false'
type: boolean
default: false
workflow_call:
jobs: