Skip to content

Commit 092f352

Browse files
committed
fix(plugins/core): missing default for output_condition
1 parent d764d51 commit 092f352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/plugins/core/metadata.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ inputs:
120120
Output condition
121121
- `always`: always try to push changes
122122
- `data-changed`: skip changes if no data changed (e.g. like when only metadata changed)
123+
type: string
124+
default: always
125+
values:
126+
- always
127+
- data-changed
123128

124129
optimize:
125130
description: |

0 commit comments

Comments
 (0)