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
Then I pass output of Run LoveToKnow/[email protected] to the slackapi/[email protected], I can have error "passed in payload was invalid JSON".
I think Slack is breaking on '%0A', expecting text "\n".
Line breaks
You can use multi-line text in app-generated text. Insert a newline by including the string \n in your text. For example: This is a line of text.\nAnd this is another one.
Example text input should be any line break containing.
##[debug]..Evaluating String:
##[debug]..=> 'message'
##[debug]=> '**Your Huma server API is ready to use.✅**
##[debug]
##[debug]Huma server API links:
##[debug]
::set-output name=text::*Your Huma server API is ready to use.✅*%0A%0AHuma server API links:%0A
Then I pass output of Run LoveToKnow/[email protected] to the slackapi/[email protected], I can have error "passed in payload was invalid JSON".
I think Slack is breaking on '%0A', expecting text "\n".
Example text input should be any line break containing.
::set-output name=text::*Your Huma server API is ready to use.✅*%0A%0AHuma server API links:%0A
My part of Github workflow:
The text was updated successfully, but these errors were encountered: