From 1314f0c9665f3b52306e8696d68bdf2a054271fa Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:36:22 +0100 Subject: [PATCH] blocks: migrate json to yaml --- .github/workflows/slack-send-message.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slack-send-message.yml b/.github/workflows/slack-send-message.yml index ea48931..8cb4ad6 100644 --- a/.github/workflows/slack-send-message.yml +++ b/.github/workflows/slack-send-message.yml @@ -26,10 +26,22 @@ jobs: channel: ${{ env.SLACK_CHANNEL }} text: "This is a test from the ${{github.repository}} repository" blocks: + - type: "header" + text: + type: "plain_text" + text: ":mega: This is a test from the ${{github.repository}} repository" + emoji: true + - type: "divider" - type: "section" text: type: "mrkdwn" - text: ":mega: This is a test from the ${{github.repository}} repository" + text: "- available :heavy_check_mark: \n - Check packages published on :heavy_check_mark:" + - type: "divider" + - type: "section" + text: + type: "mrkdwn" + text: "See the next steps :arrow_left:" + # { # "blocks": [ # {