chore: rename to action

This commit is contained in:
Jason Song
2022-12-09 15:29:26 +08:00
parent 266a122ba2
commit 10ebbeca2f
6 changed files with 29 additions and 29 deletions

View File

@@ -41,7 +41,7 @@
</div>
</div>
</div>
{{template "repo/actions/build_list" .}}
{{template "repo/actions/runs_list" .}}
</div>
</div>
</div>

View File

@@ -2,7 +2,7 @@
<div class="page-content repository">
{{template "repo/header" .}}
<div id="repo-build-view" data-run-index="{{.RunIndex}}" data-job-index="{{.JobIndex}}">
<div id="repo-action-view" data-run-index="{{.RunIndex}}" data-job-index="{{.JobIndex}}">
</div>
</div>