Commit eb4296ba authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix_webhook_user_avatar_on_push' into 'master'

Use full URL of user avatar on webhook push

Closes #34339

See merge request gitlab-org/gitlab-ce!14706
parents ce87f42d 614bfc3a
......@@ -86,7 +86,7 @@ module Gitlab
user_name: user.name,
user_username: user.username,
user_email: user.email,
user_avatar: user.avatar_url,
user_avatar: user.avatar_url(only_path: false),
project_id: project.id,
project: project.hook_attrs,
commits: commit_attrs,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment