Skip to content

Commit

Permalink
chore: updated lighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra committed Feb 7, 2024
1 parent e0c6c36 commit a01cb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
const body = buildPreviewURLComment(process.env.GITHUB_HEAD_REF);
const urlRegex = /(https?:\/\/[^\s]+)/g;
const docsURL = comment.match(urlRegex)?.[0];
const docsURL = body.match(urlRegex)?.[0];
core.setOutput('docsURL', docsURL);
- name: Lighthouse CI Action
Expand Down

0 comments on commit a01cb67

Please sign in to comment.