I seem to have everything else working but can't pull any data from the request object. `var payload = req.body , repo = payload.repository.full_name , branch = payload.ref.split('/').pop();` That produces no info for me. Any help would be appreciated. I need to see the name of the push at minimum.
I seem to have everything else working but can't pull any data from the request object.
var payload = req.body , repo = payload.repository.full_name , branch = payload.ref.split('/').pop();That produces no info for me. Any help would be appreciated. I need to see the name of the push at minimum.