Skip to content

Commit ca4444d

Browse files
committed
Try to fix GH analyze workflow
1 parent 1926e48 commit ca4444d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/analyze_comment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
${body}
4242
4343
</details>"
44-
body="${body//'%'/'%25'}"
45-
body="${body//$'\n'/'%0A'}"
46-
body="${body//$'\r'/'%0D'}"
4744
echo "body=$body" >> $GITHUB_OUTPUT
4845
echo "pr-number=$pr_number" >> $GITHUB_OUTPUT
4946

0 commit comments

Comments
 (0)