Skip to content

Commit dfbf18c

Browse files
committed
commit missing notifier rename
1 parent 7b4a230 commit dfbf18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/actions/workflow.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"code.gitea.io/gitea/modules/util"
2626
"code.gitea.io/gitea/services/context"
2727
"code.gitea.io/gitea/services/convert"
28-
notifier "code.gitea.io/gitea/services/notify"
28+
notify_service "code.gitea.io/gitea/services/notify"
2929

3030
"github.com/nektos/act/pkg/jobparser"
3131
"github.com/nektos/act/pkg/model"
@@ -278,7 +278,7 @@ func DispatchActionWorkflow(ctx reqctx.RequestContext, doer *user_model.User, re
278278
}
279279
CreateCommitStatus(ctx, allJobs...)
280280
for _, job := range allJobs {
281-
notifier.WorkflowJobStatusUpdate(ctx, repo, doer, job, nil)
281+
notify_service.WorkflowJobStatusUpdate(ctx, repo, doer, job, nil)
282282
}
283283

284284
return nil

0 commit comments

Comments
 (0)