vegardit / docker-gitea-act-runner

Docker image based on debian:stable-slim to run Gitea's act_runner as a Docker container
https://buymeacoffee.com/vegardit
Apache License 2.0
171 stars 19 forks source link

config.template.yaml - replace backticks with quotes #18

Closed wblew closed 1 year ago

wblew commented 1 year ago

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

This fixes the backticks introduced by commit 5dd9107.

sebthom commented 1 year ago

nice catch, thanks!