From 092f35271b600ea875bea5492af681141960ce21 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:57:49 -0500 Subject: [PATCH] fix(plugins/core): missing default for `output_condition` --- source/plugins/core/metadata.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/plugins/core/metadata.yml b/source/plugins/core/metadata.yml index e34e0d0c..048739cf 100644 --- a/source/plugins/core/metadata.yml +++ b/source/plugins/core/metadata.yml @@ -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: |