ci: add summary field to release workflow
This commit is contained in:
parent
2a78c6bd7e
commit
7cc2e579c0
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -15,6 +15,11 @@ on:
|
|||
description: 'Skip Tests'
|
||||
required: true
|
||||
type: boolean
|
||||
summary:
|
||||
description: 'Summary'
|
||||
required: false
|
||||
type: text
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
# -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue