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')