From 9df174cff3ccf24414fb84439caf6716d8737c82 Mon Sep 17 00:00:00 2001 From: Barry Gordon <896971+brrygrdn@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:37:22 +0100 Subject: [PATCH] Fix cli.ts Co-authored-by: Jurre --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index b2514ad..77faec8 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -27,7 +27,7 @@ cli const options = cli.opts() const ctx = new Context() -ctx.eventName = 'workflow_dispatch' +ctx.eventName = 'dynamic' ctx.actor = 'dependabot[bot]' ctx.payload = { inputs: options