Update action

This commit is contained in:
lowlighter
2020-09-17 13:47:33 +02:00
parent 0994311f66
commit 6710a1be6e
2 changed files with 3798 additions and 216 deletions

4011
action/dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -13,9 +13,6 @@
//Plugin execution //Plugin execution
pending.push(new Promise(async solve => { pending.push(new Promise(async solve => {
computed.plugins.pagespeed = {url, scores:[{score:0.2, title:"x"}, {score:0.4, title:"x"}, {score:0.7, title:"x"}, {score:0.9, title:"x"}]}
return
//Format url if needed //Format url if needed
if (!/^https?:[/][/]/.test(url)) if (!/^https?:[/][/]/.test(url))
url = `https://${url}` url = `https://${url}`