forked from TrueCloudLab/rclone
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:
parent
fcd3b88332
commit
4db09331c6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -17,7 +17,6 @@ on:
|
|||
manual:
|
||||
description: Manual run (bypass default conditions)
|
||||
type: boolean
|
||||
required: true
|
||||
default: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue