From 7c6bbe34e6539ecf4c79e558447ae0ad44925795 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 01:15:32 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index c0528a9816f..1773b3c0bb9 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -26,7 +26,9 @@ jobs: const fs = require('fs') // Disable mustache html-escape - mustache.escape = identity; + mustache.escape = function(str) { + return str; + }; // https://stackoverflow.com/a/2970667 function toCamelCase(str) {