You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": ":mega: This is a test from the ${{github.repository}} repository",
29
-
"emoji": true
30
-
}
31
-
},
32
-
{
33
-
"type": "divider"
34
-
},
35
-
{
36
-
"type": "section",
37
-
"text": {
38
-
"type": "mrkdwn",
39
-
"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:"
40
-
}
41
-
},
42
-
{
43
-
"type": "divider"
44
-
},
45
-
{
46
-
"type": "section",
47
-
"text": {
48
-
"type": "mrkdwn",
49
-
"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:"
50
-
}
51
-
}
52
-
]
53
-
}
54
-
env:
55
-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
26
+
channel: ${{ env.SLACK_CHANNEL }}
27
+
text: "This is a test from the ${{github.repository}} repository"
28
+
blocks:
29
+
- type: "header"
30
+
text:
31
+
type: "plain_text"
32
+
text: ":mega: This is a test from the ${{github.repository}} repository"
33
+
emoji: true
34
+
- type: "divider"
35
+
- type: "section"
36
+
text:
37
+
type: "mrkdwn"
38
+
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:"
39
+
- type: "divider"
40
+
- type: "section"
41
+
text:
42
+
type: "mrkdwn"
43
+
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:"
0 commit comments