Fix project namespaces for web hooks data
This commit is contained in:
parent
59a86e4229
commit
7f636b1306
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ module PushObserver
|
|||
id: commit.id,
|
||||
message: commit.safe_message,
|
||||
timestamp: commit.date.xmlschema,
|
||||
url: "#{Gitlab.config.url}/#{path}/commit/#{commit.id}",
|
||||
url: "#{Gitlab.config.url}/#{path_with_namespace}/commit/#{commit.id}",
|
||||
author: {
|
||||
name: commit.author_name,
|
||||
email: commit.author_email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue