From 6406520d3ca91b0c55cd02583e91ded9092654ff Mon Sep 17 00:00:00 2001 From: maxi297 Date: Tue, 24 Jan 2023 10:01:55 -0500 Subject: [PATCH] [ISSUE #19981] improve changelog in slack notification --- .github/workflows/publish-cdk-command-manually.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-cdk-command-manually.yml b/.github/workflows/publish-cdk-command-manually.yml index c51ffa0bf0ad..7e607f2aca80 100644 --- a/.github/workflows/publish-cdk-command-manually.yml +++ b/.github/workflows/publish-cdk-command-manually.yml @@ -178,14 +178,14 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "A new version of Airbyte CDK has been released!\n\n" + "text": "A new version of Airbyte CDK has been released with changelog: ${{ github.event.inputs.changelog-message }}!\n\n" } }, { "type": "section", "text": { "type": "mrkdwn", - "text": "See details on and \n" + "text": "See details on \n" } } ]