From cfb3bb1535652a1b751e222ff1026c5e7f504a08 Mon Sep 17 00:00:00 2001 From: Gianfranco Paoloni Date: Tue, 6 Sep 2022 19:37:10 -0300 Subject: [PATCH] Specified changelog input type --- .github/workflows/end_to_end_development.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/end_to_end_development.yml b/.github/workflows/end_to_end_development.yml index b425f25c88..717c896dd5 100644 --- a/.github/workflows/end_to_end_development.yml +++ b/.github/workflows/end_to_end_development.yml @@ -25,6 +25,7 @@ on: changelog: description: Release Changelog - Add a comment about the changes to be included in this release. required: true + type: string send-slack-message: description: 'Specifies if should send a Slack message at the end of successful run. Defaults to true' required: false