Fingers crossed 🤞

pull/7102/head
zomars 2023-02-14 15:36:02 -07:00
parent e8525b963b
commit e8cf92361a
1 changed files with 2 additions and 2 deletions

View File

@ -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'}"