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 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user