Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-24 01:15:32 -07:00 committed by GitHub
parent 0724625844
commit 7c6bbe34e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {