Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-24 02:16:34 -07:00 committed by GitHub
parent ac74eb4be6
commit 4b2f16cfc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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