Browse Source

here we go again

main
Dan Abramov 3 years ago
parent
commit
695efe3069
  1. 4
      .github/workflows/analyze_comment.yml

4
.github/workflows/analyze_comment.yml

@ -33,8 +33,8 @@ jobs:
id: get-comment-body id: get-comment-body
if: success() if: success()
run: | run: |
pr_number=$(cat pr_number) pr_number=$(cat pr_number/pr_number)
body=$(cat analysis_comment.txt) body=$(cat analysis_comment.txt/__bundle_analysis_comment.txt)
body="## Size Changes body="## Size Changes
<details> <details>

Loading…
Cancel
Save