diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index c428e03ee..aa027b58b 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -31,7 +31,7 @@ async function prepGithubPushPayload( payload: any, title: string ): Promise | string> { - return 'here' + githubEvent.pusher; + return 'here' + JSON.stringify(githubEvent); return { title: title, user: githubEvent.pusher.name,