anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
108 stars 33 forks source link

Remove backquotes from comment body in github wf #309

Closed dmakarov closed 1 year ago

dmakarov commented 1 year ago

The backquotes get expanded in echo command, or more likely before that when variable containing the comment text is assigned, and trigger subshell execution on the content in backquotes. This leads to an error in workflow execution and email report being sent to the author of the comment.

dmakarov commented 1 year ago

this is a comment.

dmakarov commented 1 year ago

this is a comment with backquotes, should trigger an error