Skip to content

Commit 926c253

Browse files
improve the rich message
1 parent 203a7a3 commit 926c253

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/auto-simple-suite.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,16 @@ jobs:
4545
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
4646
webhook-type: incoming-webhook
4747
payload: |
48-
text: "Simple suite pipeline started"
4948
blocks:
5049
- type: "section"
5150
text:
5251
type: "mrkdwn"
53-
text: "Trigger: ${{ github.event_name }}"
52+
text: "Simple suite pipeline started"
53+
- type: "section"
54+
text:
55+
type: "mrkdwn"
56+
text: "Trigger: ${{ github.event_name }}"
57+
- type: "section"
58+
text:
59+
type: "mrkdwn"
60+
text: "<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | View workflow run>"

0 commit comments

Comments
 (0)