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 });