diff --git a/start-action-runner.sh b/start-action-runner.sh index de9f669..f602a84 100755 --- a/start-action-runner.sh +++ b/start-action-runner.sh @@ -13,6 +13,7 @@ rm forgejo-runner.asc if [ -f "$FORGEJO_RUNNER_ROOT/.runner" ]; then echo "Found runner state." ( + cp ./config.yml "$FORGEJO_RUNNER_ROOT/config.yml" cd "$FORGEJO_RUNNER_ROOT" || exit "$FORGEJO_RUNNER_ROOT"/forgejo-runner --config "${FORGEJO_RUNNER_CONFIG:=./config.yml}" daemon & )