config.template.yaml - replace backticks with quotes

Replace the backtick characters introduced in xxx with double quotes.
This fixes the /opt/run-runner.sh container startup failure.

Signed-off-by: William Blew <william@kulian.org>
This commit is contained in:
William Blew 2023-07-01 04:12:11 -07:00 committed by Sebastian Thomschke
parent 487c6908d0
commit 56bf244387
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ runner:
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
# If it's empty when registering, it will ask for inputting labels.
# If it's empty when execute `deamon`, will use labels in `.runner` file.
# If it's empty when execute "daemon", will use labels in ".runner" file.
#labels: []
cache: