Skip to content

Commit

Permalink
[ISSUE #19981] fix slack json format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Jan 18, 2023
1 parent 7a967ec commit ba9e8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ba9e8ba

Please sign in to comment.