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