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 376b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
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 376b4b5

Please sign in to comment.