Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 13:49:07 -07:00 committed by GitHub
parent 1450ea1929
commit 4951785a9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ jobs:
}
implemented.sort((a, b) => a.name.localeCompare(b.name));
unimplemented.sort((a, b) => a.name.localeCompare(b.name));
const body = mustache.render(cardIssueTemplate, {
let body = mustache.render(cardIssueTemplate, {
hasUnimplementedCards: unimplemented.length > 0,
hasImplementedCards: implemented.length > 0,
unimplementedCards: unimplemented,