fix(plugins/core): missing default for output_condition
This commit is contained in:
@@ -120,6 +120,11 @@ inputs:
|
||||
Output condition
|
||||
- `always`: always try to push changes
|
||||
- `data-changed`: skip changes if no data changed (e.g. like when only metadata changed)
|
||||
type: string
|
||||
default: always
|
||||
values:
|
||||
- always
|
||||
- data-changed
|
||||
|
||||
optimize:
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user