mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
f213735138
commit
ae416c8c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
const cardsData = fs.readFileSync(path.join('Utils', 'mtg-cards-data.txt'), 'utf8')
|
||||
.split('\n')
|
||||
.map(line => line.split('|'));
|
||||
const cardIssueTemplate = fs.readFileSync(path.join('.github', 'templates', 'set-tracking-issue.md');
|
||||
const cardIssueTemplate = fs.readFileSync(path.join('.github', 'templates', 'set-tracking-issue.md'));
|
||||
|
||||
const issues = await github.paginate(github.rest.issues.listForRepo, {
|
||||
owner: context.repo.owner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue