mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 18:15:28 +00:00
Merge pull request #1555 from jeffastorey/deploy-text-variable-fix
fixing build branch variable substitution
This commit is contained in:
commit
155d49fb4f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ block content
|
|||
em[data-livestamp=$build.Created]
|
||||
span to
|
||||
if $build.Event != "deployment"
|
||||
em ${build.Branch}
|
||||
em #{$build.Branch}
|
||||
else
|
||||
em #{$build.Deploy}
|
||||
|
||||
|
|
Loading…
Reference in a new issue