Skip to content

Commit 41a190b

Browse files
Update github/github.go
Co-authored-by: Justin Toh <[email protected]>
1 parent 2ba9f6e commit 41a190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/github.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const (
6868
TeamEvent Event = "team"
6969
TeamAddEvent Event = "team_add"
7070
WatchEvent Event = "watch"
71-
WorklowDispatchEvent Event = "workflow_dispatch"
71+
WorkflowDispatchEvent Event = "workflow_dispatch"
7272
WorkflowJobEvent Event = "workflow_job"
7373
WorkflowRunEvent Event = "workflow_run"
7474
)

0 commit comments

Comments
 (0)