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: