log output change

Signed-off-by: Tavi Nolan <Tavi.Nolan@fmr.com>
This commit is contained in:
Tavi Nolan
2024-04-11 11:11:19 +01:00
parent 088a586ccc
commit 425d9d5a43
@@ -152,7 +152,7 @@ export function createGithubWebhookAction(options: {
// If this is a dry run, log and return
if (ctx.isDryRun) {
ctx.logger.info(`Dry run completed`);
ctx.logger.info(`Dry run complete`);
return;
}