Skip to content

Commit

Permalink
log event and boyd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Dec 7, 2023
1 parent b770001 commit 3667b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/v1/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const TriggerBuild = async (event: any = {}, context: any = {}): Promise<
body = JSON.parse(event.body) as PushEvent;
} catch (e) {
console.log('[TriggerBuild]: ERROR! Could not parse event.body', e);
console.log(`event: ${event} and event body: ${event.body}`);
return {
statusCode: 502,
headers: { 'Content-Type': 'text/plain' },
Expand Down

0 comments on commit 3667b5d

Please sign in to comment.