Skip to content

Commit 956556d

Browse files
committed
update comment
1 parent 23de934 commit 956556d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/actions/workflows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func detectMatched(gitRepo *git.Repository, commit *git.Commit, triggedEvent web
243243
webhook_module.HookEventPackage:
244244
return matchPackageEvent(payload.(*api.PackagePayload), evt)
245245

246-
case // registry_package
246+
case // workflow_run
247247
webhook_module.HookEventWorkflowRun:
248248
return matchWorkflowRunEvent(payload.(*api.WorkflowRunPayload), evt)
249249

0 commit comments

Comments
 (0)