From 7cc2e579c0eb4bebffd5e128bc5e346de2cc8c0e Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 30 Mar 2022 15:34:23 -0400 Subject: [PATCH] ci: add summary field to release workflow --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce79a92e8..22834d61b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,11 @@ on: description: 'Skip Tests' required: true type: boolean + summary: + description: 'Summary' + required: false + type: text + default: '' jobs: # -----------------------------------------------------------------