mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Try to fix GH analyze workflow
This commit is contained in:
3
.github/workflows/analyze_comment.yml
vendored
3
.github/workflows/analyze_comment.yml
vendored
@@ -41,9 +41,6 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user