mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Rename set-tracking-wiki template to list
This commit is contained in:
parent
9759a4d1f9
commit
0477fabf7e
2 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue