From ed79a2535b9759eff11ba38d91c471374c3b4fa9 Mon Sep 17 00:00:00 2001 From: hanyugeon Date: Wed, 29 May 2024 22:10:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20forEach=EC=97=90=20index=20=EB=A0=88?= =?UTF-8?q?=ED=8D=BC=EB=9F=B0=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 7fe54b33..0eab3a16 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -40,7 +40,7 @@ jobs: const results = JSON.parse(fs.readFileSync("./lhci_reports/manifest.json")); let comments = ""; - results.forEach((result) => { + results.forEach((result, index) => { const { summary, jsonPath } = result; const details = JSON.parse(fs.readFileSync(jsonPath));