From 0477fabf7e9bd25ef56d5094cef483c8a34dc2ef Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 04:50:11 -0400 Subject: [PATCH] Rename set-tracking-wiki template to list --- .../templates/{set-tracking-wiki.md => set-tracking-list.md} | 0 .github/workflows/update-set-implementation-lists.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/templates/{set-tracking-wiki.md => set-tracking-list.md} (100%) diff --git a/.github/templates/set-tracking-wiki.md b/.github/templates/set-tracking-list.md similarity index 100% rename from .github/templates/set-tracking-wiki.md rename to .github/templates/set-tracking-list.md diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index f24e9a605fe..ba24b4ba9f3 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -185,7 +185,7 @@ jobs: }).replace(/\s+/g, '') } - const setImplementationTemplate = fs.readFileSync(path.join('.github', 'templates', 'set-tracking-wiki.md'), 'utf8'); + const setImplementationTemplate = fs.readFileSync(path.join('.github', 'templates', 'set-tracking-list.md'), 'utf8'); const setsData = fs.readFileSync(path.join('Utils', 'mtg-sets-data.txt'), 'utf8') .split('\n')