mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Use string as type for body
Contributes to CURA-9365
This commit is contained in:
parent
377fdf27e8
commit
b364f512d8
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue