mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 05:18:06 +00:00
fixing build branch variable substitution
This commit is contained in:
@@ -49,7 +49,7 @@ block content
|
|||||||
em[data-livestamp=$build.Created]
|
em[data-livestamp=$build.Created]
|
||||||
span to
|
span to
|
||||||
if $build.Event != "deployment"
|
if $build.Event != "deployment"
|
||||||
em ${build.Branch}
|
em #{$build.Branch}
|
||||||
else
|
else
|
||||||
em #{$build.Deploy}
|
em #{$build.Deploy}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user