build: remove required property on boolean inputs

Since boolean inputs are now properly treated as booleans, and GitHub Web GUI shows
them as checkboxes, setting required does nothing.
This commit is contained in:
albertony 2024-10-02 20:51:11 +02:00 committed by Nick Craig-Wood
parent fcd3b88332
commit 4db09331c6

View File

@ -17,7 +17,6 @@ on:
manual:
description: Manual run (bypass default conditions)
type: boolean
required: true
default: true
jobs: