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(bitbucket-cloud): resolve CEL expression failure on push events
Bitbucket Cloud push events set processedEvent.Event to the string
"push", but CEL evaluation expects Event to be a JSON object
(map[string]interface{}). This caused all CEL expressions to fail
with "cannot unmarshal string into Go value of type
map[string]interface{}". Remove the incorrect Event assignment and
use triggertype constants for TriggerTarget and EventType.
Signed-off-by: Zaki Shaikh <zashaikh@redhat.com>
0 commit comments