From 105aa330b2daef0597995e90616eb28bbe80b09b Mon Sep 17 00:00:00 2001 From: anima Date: Sun, 26 Jan 2025 20:13:14 +0100 Subject: [PATCH] fix for in template --- templates/conf.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/conf.yml.j2 b/templates/conf.yml.j2 index 0e48554..c117153 100644 --- a/templates/conf.yml.j2 +++ b/templates/conf.yml.j2 @@ -35,8 +35,8 @@ runner: # If it's empty when registering, it will ask for inputting labels. # If it's empty when execute `daemon`, will use labels in `.runner` file. labels: - {% for lable in RUNNER_LABELS %} - - {{ lable.value }} + {% for label in RUNNER_LABELS %} + - {{ label }} {% endfor %} cache: