Skip to content

Commit

Permalink
feat: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed May 3, 2024
1 parent c315aba commit 33047eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foo-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
--emulatedFormFactor all \
--isGitHubAction true \
--tag lighthouse-check \
--urls ${{ secrets.LIGHTHOUSE_CHECK_URLS }} \
--urls https://www.foo.software,https://www.foo.software/about \
--prCommentAccessToken "${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}" \
--prCommentEnabled \
--prCommentUrl "https://api.github.com/repos/foo-software/lighthouse-check/pulls/$(echo $GITHUB_REF | awk 'BEGIN { FS = "/" } ; { print $3 }')/reviews"

0 comments on commit 33047eb

Please sign in to comment.