Skip to content

Commit

Permalink
blocks: migrate json to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jan 22, 2025
1 parent cf1578e commit 1314f0c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/slack-send-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/${{github.repository}}/releases|Releases> :heavy_check_mark: \n - Check packages published on <https://www.npmjs.com/package/bpmn-visualization|NPM> :heavy_check_mark:"
- type: "divider"
- type: "section"
text:
type: "mrkdwn"
text: "See the next steps <https://github.com/${{github.repository}}/blob/master/docs/contributors/maintainers.md#github-issues-milestones-and-projects-update|here> :arrow_left:"
# {
# "blocks": [
# {
Expand Down

0 comments on commit 1314f0c

Please sign in to comment.