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: workflow_dispatch:
inputs: inputs:
rebuild: rebuild:
type: bool type: boolean
required: true
default: false default: false
action: action:
type: choice type: choice