Skip to content

Commit

Permalink
devops: debug lhci results comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 6, 2024
1 parent 09f9ec7 commit 35a1af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
comment += `| ${score(result.summary.seo)} SEO | ${result.summary.seo} |\n`;
comment += `| ${score(result.summary.pwa)} PWA | ${result.summary.pwa} |\n`;
comment += `Detailed report ${steps.lighthouse_audit.outputs.links[pageLink]}\n`;
comment += `Detailed report ${{steps.lighthouse_audit.outputs.links[pageLink]}}\n`;
});
core.setOutput("comment", comment);
Expand Down

0 comments on commit 35a1af0

Please sign in to comment.