Skip to content

Commit

Permalink
Update create results body
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Oct 27, 2022
1 parent a6734a2 commit d94e33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
- id: get-comment-body
name: Create Results Body
run: |
body="$(cat /tmp/results_cycles_summarized_sorted2.csv)"
body="$(cat /tmp/results.txt)"
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "body=$body" >> $GITHUB_OUTPUT
echo "::set-output name=body::$body"
- name: Publish Results
run: |
Expand Down

0 comments on commit d94e33d

Please sign in to comment.