fix for in template
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user