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
{{ message }}
This repository was archived by the owner on Sep 23, 2025. It is now read-only.
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.