Skip to content

Commit dc869b0

Browse files
authored
Update notifier.go
1 parent 9bb6ecc commit dc869b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/actions/notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (n *actionsNotifier) notifyIssueChangeWithTitleOrContent(ctx context.Contex
9595
newNotifyInputFromIssue(issue, webhook_module.HookEventIssues).
9696
WithDoer(doer).
9797
WithPayload(&api.IssuePayload{
98-
Action: action,
98+
Action: api.HookIssueEdited,
9999
Index: issue.Index,
100100
Issue: convert.ToAPIIssue(ctx, doer, issue),
101101
Repository: convert.ToRepo(ctx, issue.Repo, permission),

0 commit comments

Comments
 (0)