From 15bd20d58bb3e15d448ae8bf2e6290d464df5dfc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 28 Aug 2023 08:08:53 +0200 Subject: [PATCH] Show correct event in pipeline step list (#2334) Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2207 ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/e1a1dcf9-c47b-4089-8187-789bfd54e1a7) ![image](https://github.com/woodpecker-ci/woodpecker/assets/3391958/5432cf7d-fe31-4182-87f7-5622fc1abe3c) Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> --- web/src/components/repo/pipeline/PipelineStepList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/repo/pipeline/PipelineStepList.vue b/web/src/components/repo/pipeline/PipelineStepList.vue index d66095d30..a044011aa 100644 --- a/web/src/components/repo/pipeline/PipelineStepList.vue +++ b/web/src/components/repo/pipeline/PipelineStepList.vue @@ -24,7 +24,7 @@ {{ prettyRef }} - {{ pipeline.branch }} + {{ prettyRef }}