From 2cd616320eef4b7ada3726cba5ff2d433cedb419 Mon Sep 17 00:00:00 2001 From: sushmita-m <63236940+sushmita-m@users.noreply.github.com> Date: Wed, 2 Dec 2020 11:10:01 +0530 Subject: [PATCH] Update blank2.yml --- .github/workflows/blank2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)+ \"...\""}'