updated githubWebhook variable and comment
Signed-off-by: Tavi Nolan <Tavi.Nolan@fmr.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user