fix(ci): markdown png not updated
This commit is contained in:
@@ -117,7 +117,7 @@ with:
|
||||
base: ""
|
||||
plugin_starlists: yes
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: 🤘 TC39
|
||||
plugin_starlists_only: TC39
|
||||
|
||||
```
|
||||
<!--/examples-->
|
||||
|
||||
@@ -6,6 +6,6 @@
|
||||
base: ""
|
||||
plugin_starlists: yes
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: 🤘 TC39
|
||||
plugin_starlists_only: TC39
|
||||
test:
|
||||
timeout: 1800000
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user