mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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:
|
||||
required: true
|
||||
type: boolean
|
||||
type: string
|
||||
|
||||
failure_title:
|
||||
required: true
|
||||
|
@ -21,7 +21,7 @@ on:
|
|||
|
||||
failure_body:
|
||||
required: true
|
||||
type: boolean
|
||||
type: string
|
||||
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue