mirror of
https://gitlab.crans.org/elkmaennchen/gitscord-webhook
synced 2025-10-11 02:00:04 +02:00
fix error in URL
This commit is contained in:
parent
516dfedaa3
commit
04a10995f5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ function tag_layout($messageJSON,$JSON,$lang) {
|
|||
$messageJSON['content'] = $txt_ligne_tag[$lang] ;
|
||||
$messageJSON['embeds'] = array(array('title'=> $txt_title_tag[$lang].' *'.$JSON['project']['name'].'*',
|
||||
'description'=> $JSON['message'],
|
||||
'url'=> $JSON['project']['web_url'].$JSON['ref'],
|
||||
'url'=> $JSON['project']['web_url'],
|
||||
'timestamp'=> $JSON['commits'][0]['timestamp'],
|
||||
'author'=> array('name'=> $JSON['user_name'])),);
|
||||
return($messageJSON);
|
||||
|
|
Loading…
Reference in a new issue