Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add option to parse sanitized strings #7

Open
wyntrr-end opened this issue Feb 1, 2021 · 0 comments
Open

[Suggestion] Add option to parse sanitized strings #7

wyntrr-end opened this issue Feb 1, 2021 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@wyntrr-end
Copy link

In some cases, it is nice to be able to pass a string into the description or details or text from a variable, so other steps in a workflow can generate a message and have this action send the message to Discord.
However, as discussed in this article, variables cannot have multiple lines, so if you want to send a multiline string, some standard substitutions must be made. It would be very helpful to have the option to properly send strings like this to Discord, as just sending one of these "sanitized" strings into this action results in a Discord message filled with "%25"s and "%0A"s and "%0D"s instead of the appropriate characters.

@rjstone rjstone self-assigned this Nov 13, 2023
@rjstone rjstone added the help wanted Extra attention is needed label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants