When I try to use this action with `pull_request` ```yml on: pull_request: types: [closed] branches: [master] ``` I receive this error ``` TypeError: Cannot read property 'map' of undefined ```