This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit c8fec0fa659fea1e414c4289091f1ee2da06306b Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 9 11:08:53 2021 +0200 Added Has Header action for filtering --- has-header-action.kamelet.yaml | 2 +- .../src/main/resources/kamelets/has-header-action.kamelet.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/has-header-action.kamelet.yaml b/has-header-action.kamelet.yaml index bdb5416..ff280e2 100644 --- a/has-header-action.kamelet.yaml +++ b/has-header-action.kamelet.yaml @@ -11,7 +11,7 @@ metadata: camel.apache.org/kamelet.group: "Actions" spec: definition: - title: "Filter" + title: "Has Header Action" description: "Filter based on the presence of one header" required: - name diff --git a/has-header-action.kamelet.yaml b/library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-action.kamelet.yaml similarity index 100% copy from has-header-action.kamelet.yaml copy to library/camel-kamelets-catalog/src/main/resources/kamelets/has-header-action.kamelet.yaml
