Skip to content

Commit

Permalink
Update github/github.go
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Toh <[email protected]>
  • Loading branch information
davidvonthenen and tohjustin authored Nov 15, 2021
1 parent 2ba9f6e commit 41a190b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const (
TeamEvent Event = "team"
TeamAddEvent Event = "team_add"
WatchEvent Event = "watch"
WorklowDispatchEvent Event = "workflow_dispatch"
WorkflowDispatchEvent Event = "workflow_dispatch"
WorkflowJobEvent Event = "workflow_job"
WorkflowRunEvent Event = "workflow_run"
)
Expand Down

0 comments on commit 41a190b

Please sign in to comment.