Skip to content

Commit 7a4de43

Browse files
committed
Notifier use ctx
1 parent 28821a6 commit 7a4de43

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
@@ -776,7 +776,7 @@ func (n *actionsNotifier) WorkflowRunStatusUpdate(ctx context.Context, repo *rep
776776

777777
status := convert.ToWorkflowRunAction(run.Status)
778778

779-
gitRepo, err := gitrepo.OpenRepository(context.Background(), repo)
779+
gitRepo, err := gitrepo.OpenRepository(ctx, repo)
780780
if err != nil {
781781
log.Error("OpenRepository: %v", err)
782782
return

0 commit comments

Comments
 (0)