From 1a164fe9cd77bb5cf6689d4783e31a890e6c4ef3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Sep 2023 16:21:59 +0200 Subject: [PATCH] Show correct event in pipeline step list (#2448) Backport [#2334](https://github.com/woodpecker-ci/woodpecker/pull/2334) Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> (cherry picked from commit 15bd20d58bb3e15d448ae8bf2e6290d464df5dfc) --- 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 b13679643..c635abd7e 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 }}