From 4b2f16cfc3ce517a30fe533b700afd41d00680c0 Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sat, 24 Jun 2023 02:16:34 -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 542820651f5..7f4b92b4093 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -177,7 +177,7 @@ jobs: }); sets.push({ name: set[0], - issueLink: foundIssue === undefined ? "https://www.github.com/mage/magefree" : foundIssue.url, + issueLink: foundIssue === undefined ? "https://www.github.com/mage/magefree" : foundIssue.html_url, total: cards.length, missing: cards.length - implementedCount });