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
In the CD workflow, when it will throw an error for the `github.event.release.name` and `github.event.release.body` when they contain code which is surrounded by the back-tick: `
This is because the `echo` will escape the back-tick and try to execute the inner text as a command.
This is undesirable behaviour.
0 commit comments