Update templates/repo/actions/runs_list.tmpl

This commit is contained in:
silverwind 2024-06-24 16:06:25 +02:00 committed by GitHub
parent 14e2e08b24
commit 64365a9552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@
{{range $run := .WorkflowActionRuns}} {{range $run := .WorkflowActionRuns}}
{{$actionRun := $run.ActionRun}} {{$actionRun := $run.ActionRun}}
{{$workflow := $run.Workflow}} {{$workflow := $run.Workflow}}
<div class="flex-item tw-items-center"> <div class="flex-item tw-items-center">
<div class="flex-item-leading"> <div class="flex-item-leading">
{{template "repo/actions/status" (dict "status" $actionRun.Status.String)}} {{template "repo/actions/status" (dict "status" $actionRun.Status.String)}}