From ba9e8ba6a09cfb4a9eaa48c59cb0742ddfe7e4a1 Mon Sep 17 00:00:00 2001 From: maxi297 Date: Wed, 18 Jan 2023 15:01:30 -0500 Subject: [PATCH] [ISSUE #19981] fix slack json format issue --- .github/workflows/publish-cdk-command-manually.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-cdk-command-manually.yml b/.github/workflows/publish-cdk-command-manually.yml index 4ce6d1c26cf0..c51ffa0bf0ad 100644 --- a/.github/workflows/publish-cdk-command-manually.yml +++ b/.github/workflows/publish-cdk-command-manually.yml @@ -66,7 +66,7 @@ jobs: channel-id: C04J1M66D8B payload: | { - "text": "Error during `bump-version` while publishing Airbyte CDK!" + "text": "Error during `bump-version` while publishing Airbyte CDK!", "blocks": [ { "type": "section", @@ -113,7 +113,7 @@ jobs: channel-id: C04J1M66D8B payload: | { - "text": "Error during `build-cdk` while publishing Airbyte CDK!" + "text": "Error during `build-cdk` while publishing Airbyte CDK!", "blocks": [ { "type": "section", @@ -172,7 +172,7 @@ jobs: channel-id: C04J1M66D8B payload: | { - "text": "A new version of Airbyte CDK has been released!" + "text": "A new version of Airbyte CDK has been released!", "blocks": [ { "type": "section", @@ -200,7 +200,7 @@ jobs: channel-id: C04J1M66D8B payload: | { - "text": "Error during `publish-cdk` while publishing Airbyte CDK!" + "text": "Error during `publish-cdk` while publishing Airbyte CDK!", "blocks": [ { "type": "section",