chore: Revert bundle analysis text formatting (#13256)

This commit is contained in:
Keith Williams
2024-01-16 14:57:45 +00:00
committed by GitHub
parent d918f34ae8
commit 7978f0317a
+1 -1
View File
@@ -69,7 +69,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: Find Comment
uses: peter-evans/find-comment@v2