From ae416c8c8b8e5b963151752982c750ba3a6466ba Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 00:26:25 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,