Skip to content

Commit e183ef5

Browse files
authored
Resolved incorrect object name for the slack message in build workflow (#848)
fix: Resolved incorrect object name for the slack message in build workflow
1 parent 68ac21e commit e183ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
short: true
103103
},
104104
{
105-
tilte: 'Description',
105+
title: 'Description',
106106
value: `${{ github.event.client_payload.description }}`,
107107
short: false
108108
},

0 commit comments

Comments
 (0)