We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bee35 commit e630e65Copy full SHA for e630e65
modules/webhook/lambdas/webhook/src/webhook/handler.ts
@@ -144,8 +144,8 @@ async function handleWorkflowJob(
144
eventType: githubEvent,
145
installationId: installationId,
146
});
147
+ logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
148
}
- logger.info(`Successfully queued job for ${body.repository.full_name}`, LogFields.print());
149
return { statusCode: 201 };
150
151
0 commit comments