Don't pass the actor for deploy key, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19579483
This commit is contained in:
parent
5430122c56
commit
57e3e942de
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ module Gitlab
|
|||
case actor
|
||||
when User
|
||||
actor
|
||||
when DeployKey
|
||||
nil
|
||||
when Key
|
||||
actor.user
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue