mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
lol this time should work
This commit is contained in:
5
.github/workflows/analyze_comment.yml
vendored
5
.github/workflows/analyze_comment.yml
vendored
@@ -33,8 +33,8 @@ jobs:
|
||||
id: get-comment-body
|
||||
if: success()
|
||||
run: |
|
||||
pr_number=$(cat pr_number/pr_number)
|
||||
body=$(cat analysis_comment.txt/__bundle_analysis_comment.txt)
|
||||
pr_number=$(cat pr_number)
|
||||
body=$(cat analysis_comment.txt)
|
||||
body="## Size Changes
|
||||
<details>
|
||||
|
||||
@@ -46,7 +46,6 @@ jobs:
|
||||
body="${body//$'\r'/'%0D'}"
|
||||
echo ::set-output name=body::$body
|
||||
echo ::set-output name=pr-number::$pr_number
|
||||
working-directory: beta
|
||||
|
||||
- name: Find Comment
|
||||
uses: peter-evans/find-comment@v1
|
||||
|
||||
Reference in New Issue
Block a user