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
Ah, there was a simple solution: Just escape the input via toJSON() function. The returned value is in quotes, so you need to remove them in the schema, e.g.:
The action breaks without having JSON unfriendly characters escaped, and GitHub actions doesn't have a way to do this to the input (but C# does!).
Can the inputs please be escaped before sending?
The text was updated successfully, but these errors were encountered: