Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2024-09-29 13:43:08 -07:00 committed by GitHub
parent cfc07e90d4
commit 69e910da7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,7 @@ jobs:
unimplementedCards: unimplemented,
implementedCards: implemented,
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${unimplemented.map(e => e.cleanName).join('"OR!"')}"+e:${set[1]}`
}).replaceAll("--", "-").replaceAll("https://", "").replaceAll(`+e${set[1]}`, "");
}).replaceAll("--", "-").replaceAll("https://", "").replaceAll(`+e:${set[1]}`, "");
console.log(`Trimmed body length: ${trimmedBody.length}`);
console.log(`${trimmedBody}`);
continue;