fix(ci): markdown png not updated

This commit is contained in:
lowlighter
2022-01-17 22:33:49 -05:00
parent 418d70b594
commit 2c8c691f53
7 changed files with 20 additions and 69 deletions

View File

@@ -117,7 +117,7 @@ with:
base: ""
plugin_starlists: yes
plugin_starlists_limit_repositories: 2
plugin_starlists_only: 🤘 TC39
plugin_starlists_only: TC39
```
<!--/examples-->

View File

@@ -6,6 +6,6 @@
base: ""
plugin_starlists: yes
plugin_starlists_limit_repositories: 2
plugin_starlists_only: 🤘 TC39
plugin_starlists_only: TC39
test:
timeout: 1800000

View File

@@ -30,6 +30,7 @@ export default async function({login, q, imports, data, account}, {enabled = fal
))
const count = lists.length
console.debug(`metrics/compute/${login}/plugins > starlists > found [${lists.map(({name}) => name)}]`)
console.log(">>>>> DEBUG", lists.map(({name}) => name), lists.map(({name}) => imports.stripemojis(name ?? "").trim().toLocaleLowerCase()), only, ignored)
lists = lists
.filter(({name}) => {
name = imports.stripemojis(name ?? "").trim().toLocaleLowerCase()