mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:15:56 +08:00
Use string as type for body
Contributes to CURA-9365
This commit is contained in:
parent
377fdf27e8
commit
b364f512d8
4
.github/workflows/notify.yml
vendored
4
.github/workflows/notify.yml
vendored
@ -13,7 +13,7 @@ on:
|
|||||||
|
|
||||||
success_body:
|
success_body:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: string
|
||||||
|
|
||||||
failure_title:
|
failure_title:
|
||||||
required: true
|
required: true
|
||||||
@ -21,7 +21,7 @@ on:
|
|||||||
|
|
||||||
failure_body:
|
failure_body:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: string
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user