Skip to content

Commit 4381e31

Browse files
committed
fix: use pr user instead of repo user
1 parent cb55bd0 commit 4381e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/opencov/templates/comment_template.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule Librecov.Templates.CommentTemplate do
2323
}
2424
} = build,
2525
%{
26-
head: %{user: %{login: username}},
26+
user: %{login: username},
2727
base: %{ref: base_branch, sha: base_commit}
2828
}
2929
) do

0 commit comments

Comments
 (0)