Hey!
Thanks for the action!
I would like to replace dashes with whitespace but it seems the whitespace is ignored if given as a 'replace-with'.
I also tried passing in the unicode char replace-with: "\u0020" but then end up with that actual string as a replacement.
Do you think it's possible to use your action to replace something with a whitespace?
I want to generate PR titles from branch names btw.
Thanks!