From e8cf92361a0ca9a2c1de72f9e593fc145599a3fb Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 14 Feb 2023 15:36:02 -0700 Subject: [PATCH] =?UTF-8?q?Fingers=20crossed=20=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nextjs-bundle-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 4b6af4f439..49f3fbab01 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -116,13 +116,13 @@ jobs: # entry in your package.json file. - name: Compare with base branch bundle if: success() && github.event.number - run: ls -laR apps/web/.next/analyze/base && npx -p nextjs-bundle-analysis compare + run: ls -laR .next/analyze/base && npx -p nextjs-bundle-analysis compare - name: Get comment body id: get-comment-body if: success() && github.event.number run: | - body=$(cat apps/web/.next/analyze/__bundle_analysis_comment.txt) + body=$(cat .next/analyze/__bundle_analysis_comment.txt) body="${body//'%'/'%25'}" body="${body//$'\n'/'%0A'}" body="${body//$'\r'/'%0D'}"