File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
resources/views/events/gitlab/pipeline Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 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" : ' ' } }
You can’t perform that action at this time.
0 commit comments