# Pastebin GiEIy6td owner: # event.pusher.email is null when it comes from a GitHub action, so it has to be null-checked, # and using the "in" operator causes an evaluation error when the right variable is null, if its # done on the same "if" statement than the null-check (with &&), therefore we use a nested "if" here. $if: 'event.pusher.email' then: $if: '"@" in event.pusher.email' then: ${event.pusher.email} else: web-platform-tests@users.noreply.github.com else: web-platform-tests@users.noreply.github.com