Use string as type for body

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-16 07:16:47 +02:00 committed by Jelle Spijker
parent 377fdf27e8
commit b364f512d8

View file

@ -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: