fix for in template

This commit is contained in:
2025-01-26 20:13:14 +01:00
parent 2d02d0c7bb
commit 105aa330b2

View File

@@ -35,8 +35,8 @@ runner:
# If it's empty when registering, it will ask for inputting labels. # 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. # If it's empty when execute `daemon`, will use labels in `.runner` file.
labels: labels:
{% for lable in RUNNER_LABELS %} {% for label in RUNNER_LABELS %}
- {{ lable.value }} - {{ label }}
{% endfor %} {% endfor %}
cache: cache: