diff --git a/.github/workflows/analyze_comment.yml b/.github/workflows/analyze_comment.yml index e1ab2c9aa..37b4978d8 100644 --- a/.github/workflows/analyze_comment.yml +++ b/.github/workflows/analyze_comment.yml @@ -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
@@ -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