From b1271c8c1209c72f33f133e1334ed8040dbb43d0 Mon Sep 17 00:00:00 2001 From: Martijn Date: Fri, 27 Dec 2024 21:14:13 +0100 Subject: [PATCH] substitution cannot be a string? --- package/base.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/base.yaml b/package/base.yaml index bad44cc..8fee2f9 100644 --- a/package/base.yaml +++ b/package/base.yaml @@ -105,12 +105,12 @@ number: min_value: 0 # keep at 0 max_value: ${nr_of_pages} step: 1 - # on_value: - # then: - # - script.execute: update_all - # - globals.set: - # id: actual_page - # value: !lambda 'return x;' + on_value: + then: + - script.execute: update_all + - globals.set: + id: actual_page + value: !lambda 'return x;' script: ######################