From f516a1c2cf9b091d68a15e76bbb1b496ba180ff9 Mon Sep 17 00:00:00 2001 From: claustra01 Date: Sat, 10 Aug 2024 01:55:33 +0900 Subject: [PATCH] fix: lighthouse check url --- .github/workflows/pr-lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lighthouse.yml b/.github/workflows/pr-lighthouse.yml index 9faeede..498e16d 100644 --- a/.github/workflows/pr-lighthouse.yml +++ b/.github/workflows/pr-lighthouse.yml @@ -36,7 +36,7 @@ jobs: with: uploadArtifacts: true temporaryPublicStorage: true - urls: https://virtual-natsumatsuri-3jpy6th4da-an.a.run.app/ + urls: https://virtual-natsumatsuri.web.app/ - name: Get Comment Body uses: actions/github-script@v5