Skip to content

Commit fa91a18

Browse files
committed
lol this time should work
1 parent ac4b8ec commit fa91a18

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/analyze_comment.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
id: get-comment-body
3434
if: success()
3535
run: |
36-
pr_number=$(cat pr_number/pr_number)
37-
body=$(cat analysis_comment.txt/__bundle_analysis_comment.txt)
36+
pr_number=$(cat pr_number)
37+
body=$(cat analysis_comment.txt)
3838
body="## Size Changes
3939
<details>
4040
@@ -46,7 +46,6 @@ jobs:
4646
body="${body//$'\r'/'%0D'}"
4747
echo ::set-output name=body::$body
4848
echo ::set-output name=pr-number::$pr_number
49-
working-directory: beta
5049
5150
- name: Find Comment
5251
uses: peter-evans/find-comment@v1

0 commit comments

Comments
 (0)