Skip to content

Commit f696d57

Browse files
committed
Fix failure message formatting in CI workflow helper
1 parent abd4b01 commit f696d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/utils/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const workflow = {
224224
'discord/status': {
225225
only_for_branches: ['main', 'next', 'next-release', 'latest-release'].join(','),
226226
fail_only: true,
227-
failure_message: `yarn get-report-message ${workflow} ${template}`,
227+
failure_message: `$(yarn get-report-message ${workflow} ${template})`,
228228
},
229229
},
230230
];

0 commit comments

Comments
 (0)