Skip to content

Commit 446e54a

Browse files
committed
fix: update pipeline gitlab event
1 parent 00978c8 commit 446e54a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/events/gitlab/pipeline/default.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
🚀 {{ __('tg-notifier::app.repo') }}: <a href="{{ $payload->project->web_url }}">{{ $payload->project->path_with_namespace }}</a>
1212
🌳 {{ __('tg-notifier::app.branch') }}: <code>{{ $payload->object_attributes->ref }}</code>
1313
👤 {{ __('tg-notifier::app.author.name') }}: <code>{{ $payload->commit->author->name }}</code>
14-
💻 {{ __('tg-notifier::app.commit') }}: <code>{{ $payload->commit->message }}</code>
15-
🔗 {{ __('tg-notifier::app.link') }}: <a href="{{ $payload->commit->url }}">{{ $payload->commit->id }}</a>
14+
💻 {{ __('tg-notifier::app.commit') }}: <a href="{{ $payload->commit->url }}">{{ $payload->commit->message }}</a>
1615
🚦 {{ __('tg-notifier::app.status') }}: Pipeline <code>{{ $payload->object_attributes->status }}</code> {{ $payload->object_attributes->duration ? "⏱️ {$payload->object_attributes->duration}s" : '' }}

0 commit comments

Comments
 (0)