From 69e910da7ee8c029037e92a9766d7a2e8ac974ae Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 13:43:08 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 13251a4f67b..35f78b47534 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -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;