diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 26113a05557..fa82a63fa26 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -134,14 +134,8 @@ jobs: if (body.length > 65536) { console.log(`Issue body for ${set[0]} (${set[1]}) too long! Length: ${body.length}`); - console.log("Shortened?: " + mustache.render(cardIssueTemplate, { - hasUnimplementedCards: unimplemented.length > 0, - hasImplementedCards: implemented.length > 0, - unimplementedCards: unimplemented, - implementedCards: implemented, - unimplementedScryfallLink: `https://scryfall.com/search?q=!"${unimplemented.map(e => e.cleanName).join('"OR!"')}"+e:${set[1]}` - }).replaceAll(`+e:${set[1]}`, "").length); - //continue; + //console.log(`${body}`; + continue; } if (foundIssue !== undefined) {