From b364f512d8b1706ce2154fa52752e4765c8ea59f Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 16 Jun 2022 07:16:47 +0200 Subject: [PATCH] Use string as type for body Contributes to CURA-9365 --- .github/workflows/notify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 32365270f4..6f8beecd02 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,7 +13,7 @@ on: success_body: required: true - type: boolean + type: string failure_title: required: true @@ -21,7 +21,7 @@ on: failure_body: required: true - type: boolean + type: string jobs: