mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
1450ea1929
commit
4951785a9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue