Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 03:08:35 -07:00 committed by GitHub
parent eb6093550b
commit 754f26254b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ jobs:
hasImplementedCards: implemented.length > 0,
unimplementedCards: unimplemented,
implementedCards: implemented,
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${unimplemented.map(e => e.cleanName)}`
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${unimplemented.map(e => e.cleanName).join('"OR!"')}`
}).length);
//continue;
}