updated githubWebhook variable and comment

Signed-off-by: Tavi Nolan <Tavi.Nolan@fmr.com>
This commit is contained in:
Tavi Nolan
2024-04-04 16:25:40 +01:00
parent 38b1a35a83
commit 6dcd72ae3e
@@ -149,14 +149,8 @@ export function createGithubWebhookAction(options: {
}),
);
// If this is a dry run, log the arguments and exit
// If this is a dry run, log and return
if (ctx.isDryRun) {
const dryRunArgs = {
webhookSecret,
events,
...ctx.input,
};
ctx.logger.info(`Dry run completed`);
return;
}