2023-01-31 09:45:19 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
|
|
|
|
|
|
<div class="page-content repository">
|
|
|
|
|
{{template "repo/header" .}}
|
2024-12-22 19:57:17 +01:00
|
|
|
{{template "repo/actions/view_component" (dict
|
2026-03-10 15:14:48 -06:00
|
|
|
"RunID" .RunID
|
|
|
|
|
"JobID" .JobID
|
2024-12-22 19:57:17 +01:00
|
|
|
"ActionsURL" .ActionsURL
|
|
|
|
|
)}}
|
2023-01-31 09:45:19 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|