diff --git a/.github/workflows/blank2.yml b/.github/workflows/blank2.yml index 4900d60..1b760a6 100644 --- a/.github/workflows/blank2.yml +++ b/.github/workflows/blank2.yml @@ -53,5 +53,5 @@ jobs: templateType: HandleBars sourceType: CatalogScoreCard ClientType: Slack - customHelpers: '{ "ifEq": "(arg1, arg2) =>(arg1 === arg2) ? \"true\" : \"\"", "truncate": "(des)=>(des.length < 25) ? des : des.substring(0,25)+ \"...\""}' + customHelpers: '{ "ifrEq": "(arg1, arg2) =>(arg1 === arg2) ? \"true\" : \"\"", "truncate": "(des)=>(des.length < 25) ? des : des.substring(0,25)+ \"...\""}'