mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 17:34:01 +08:00
build: remove required property on boolean inputs
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
Some checks failed
Docker beta build / Build image job (push) Has been cancelled
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
.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…
Reference in New Issue
Block a user