diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index 40c6d86fdb6..c6d2c0bdd10 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -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,