From 83d147f3cab4c0ff62d22104a0d8a10fb647389c Mon Sep 17 00:00:00 2001 From: jad0s Date: Tue, 19 May 2026 15:17:41 +0200 Subject: [PATCH] fixup! fix(forgejo): changed forgejo-runner command to perform initial registration --- manifests/forgejo/runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/forgejo/runner.yaml b/manifests/forgejo/runner.yaml index 6c3fc2d..a290d3b 100644 --- a/manifests/forgejo/runner.yaml +++ b/manifests/forgejo/runner.yaml @@ -20,7 +20,7 @@ spec: - -c - | forgejo-runner register \ - --no-interactive + --no-interactive \ --instance ${FORGEJO_INSTANCE_URL} \ --token ${FORGEJO_RUNNER_REGISTRATION_TOKEN} \ --name ${FORGEJO_RUNNER_NAME} \