You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I haven't had to do this myself, this is probably what I'd try first:
I'd prepend a step where you use ${DRONE_COMMIT_MESSAGE} to create a custom email template file, replacing any \r\n instances with <br />. If you store this file in the project working directory, drone will keep it for the drone-email step. There you can simply refer to the custom template file you just created.
Hello, do you have any idea on how to convert
\n
or\r
in strings? For example, I'm using variable${DRONE_COMMIT_MESSAGE}
which may output like this:The text was updated successfully, but these errors were encountered: