fix: boolean input in gh action

This commit is contained in:
Noah Masur 2024-03-24 14:00:38 -04:00
parent 6b2dfb4aa9
commit bdd922d318

View File

@ -14,8 +14,7 @@ on:
workflow_dispatch:
inputs:
rebuild:
type: bool
required: true
type: boolean
default: false
action:
type: choice