Revert "Try to fix GH analyze workflow"

This reverts commit ca4444dfb4.
This commit is contained in:
Dan Abramov
2023-03-20 23:28:38 +00:00
parent ca4444dfb4
commit ce3adb841b

View File

@@ -41,6 +41,9 @@ jobs:
${body}
</details>"
body="${body//'%'/'%25'}"
body="${body//$'\n'/'%0A'}"
body="${body//$'\r'/'%0D'}"
echo "body=$body" >> $GITHUB_OUTPUT
echo "pr-number=$pr_number" >> $GITHUB_OUTPUT