Skip to content

Commit 68ac21e

Browse files
authored
Add description to slack notification for new theme release (#847)
feat: Add description to slack notification for new theme release
1 parent a62b99d commit 68ac21e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
value: `${{ github.event.client_payload.author }}`,
102102
short: true
103103
},
104+
{
105+
tilte: 'Description',
106+
value: `${{ github.event.client_payload.description }}`,
107+
short: false
108+
},
104109
{
105110
title: 'Preview URL',
106111
value: `${{ env.PREVIEW_URL }}`,

0 commit comments

Comments
 (0)