change to new prop for commit component - [ci skip]
This commit is contained in:
parent
9d1fd16ab1
commit
004a9c6bcc
1 changed files with 1 additions and 1 deletions
|
@ -101,10 +101,10 @@
|
|||
<pipeline-url :pipeline='pipeline'></pipeline-url>
|
||||
<td>
|
||||
<commit
|
||||
:ref='ref(pipeline)'
|
||||
:author='author(pipeline)'
|
||||
:tag="pipeline.ref['tag?']"
|
||||
:title='pipeline.commit.title'
|
||||
:commit_ref='ref(pipeline)'
|
||||
:short_sha='pipeline.commit.short_id'
|
||||
:commit_url='pipeline.commit.commit_url'
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue