Update action
This commit is contained in:
3873
action/dist/index.js
vendored
3873
action/dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -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}`
|
||||||
|
|||||||
Reference in New Issue
Block a user