actions-cool / issues-helper

🤖 A GitHub Action easily helps you automatically manage issues. Welcome to try.
https://actions-cool.github.io/issues-helper/
MIT License
368 stars 46 forks source link

[Question] create-comment 的body内容,不能正常展示特殊字符 #188

Closed wakeup-naturally closed 9 months ago

wakeup-naturally commented 9 months ago

🧐 问题描述 Problem Description

在使用 create-comment 的时候,body 内如果包含特殊字符,会无法正确的post到 issue comment上

💻 示例代码 Sample code

比如以下的 create-comment,就会有问题 `

这段代码,最终呈现的comment内容是 你好,ENKASHCorp@123ENKA SHRef1111111111428093399000269812345

标签<>内的东西,都没办法展示出来,请问这种问题,有可以规避的方法吗?

🚑 其他信息 Other information

wakeup-naturally commented 9 months ago

这个应该是github的comment显示的问题,不是库的问题,打扰了