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
Fix handling validation errors from workflow dispatch
When using unknown workflow dispatch with unknown argument, e.g. `/deploy test=4`,
the error message is now: `Unexpected inputs provided: ["test"]`.
This PR fixes it, because not the action fails and nothing is set as output.
0 commit comments