Skip to content

Commit

Permalink
Fix cli.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jurre <jurre@github.com>
  • Loading branch information
2 people authored and Barry Gordon committed Oct 18, 2021
1 parent 4171620 commit 9df174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9df174c

Please sign in to comment.