ci: add summary field to release workflow

This commit is contained in:
Nicolas Giard 2022-03-30 15:34:23 -04:00 committed by GitHub
parent 2a78c6bd7e
commit 7cc2e579c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,11 @@ on:
description: 'Skip Tests'
required: true
type: boolean
summary:
description: 'Summary'
required: false
type: text
default: ''
jobs:
# -----------------------------------------------------------------