Skip to content

Commit

Permalink
devops: debug lhci results comment (#88)
Browse files Browse the repository at this point in the history
* devops: debug lhci results comment

* devops: debug lhci results comment
  • Loading branch information
gaboesquivel authored Apr 6, 2024
1 parent 503fa71 commit 44dc282
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 @@ -53,7 +53,7 @@ jobs:
let comment = '⚡️ [Lighthouse report]'
manifest.forEach(result => {
const pageLink = manifest[page].url;
const pageLink = result.url;
comment = `Link: ${pageLink}:\n`;
comment += '| Category | Score |\n';
comment += '| --- | --- |\n';
Expand Down

0 comments on commit 44dc282

Please sign in to comment.