From 72290bd0c327ace6141337de121252051480293f Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 1 Apr 2022 19:28:48 +0100 Subject: (share): Update Rust template to pass in the step text to .build() Signed-off-by: Daniel Silverstone --- share/rust/template/macros.rs.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/rust/template/macros.rs.tera b/share/rust/template/macros.rs.tera index 164421d..7a65e0f 100644 --- a/share/rust/template/macros.rs.tera +++ b/share/rust/template/macros.rs.tera @@ -26,5 +26,5 @@ ) {% endif -%} {% endfor -%} - .build() + .build(format!("{} {}", "{{step.kind | lower}}", base64_decode("{{step.text | base64}}"))) {%- endmacro builder -%} -- cgit v1.2.1