diff --git a/api/controllers/v2/github.ts b/api/controllers/v2/github.ts index f3edbde08..c428e03ee 100644 --- a/api/controllers/v2/github.ts +++ b/api/controllers/v2/github.ts @@ -30,8 +30,8 @@ async function prepGithubPushPayload( githubEvent: PushEvent, payload: any, title: string -): Promise | boolean> { - return true; +): Promise | string> { + return 'here' + githubEvent.pusher; return { title: title, user: githubEvent.pusher.name,