Skip to content

Commit 0ddbbad

Browse files
committed
update
1 parent 253c18d commit 0ddbbad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/mailer/mail_workflow_run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ func composeAndSendActionsWorkflowRunStatusEmail(ctx context.Context, repo *repo
110110
"RunStatusText": runStatusText,
111111
"Jobs": convertedJobs,
112112
"locale": locale,
113-
"Language": locale.Language(),
114113
}); err != nil {
115114
log.Error("ExecuteTemplate [%s]: %v", tplWorkflowRun, err)
116115
return

0 commit comments

Comments
 (0)