We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4b8ec commit fa91a18Copy full SHA for fa91a18
1 file changed
.github/workflows/analyze_comment.yml
@@ -33,8 +33,8 @@ jobs:
33
id: get-comment-body
34
if: success()
35
run: |
36
- pr_number=$(cat pr_number/pr_number)
37
- body=$(cat analysis_comment.txt/__bundle_analysis_comment.txt)
+ pr_number=$(cat pr_number)
+ body=$(cat analysis_comment.txt)
38
body="## Size Changes
39
<details>
40
@@ -46,7 +46,6 @@ jobs:
46
body="${body//$'\r'/'%0D'}"
47
echo ::set-output name=body::$body
48
echo ::set-output name=pr-number::$pr_number
49
- working-directory: beta
50
51
- name: Find Comment
52
uses: peter-evans/find-comment@v1
0 commit comments