From 46bef04a7daff64efa2e119228dd218e27f83505 Mon Sep 17 00:00:00 2001 From: tinqs-limited Date: Tue, 26 May 2026 05:29:22 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20dead=20git.tinqs.com=20rewrite?= =?UTF-8?q?=20=E2=80=94=20subdomain=20never=20existed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- orchestrator/dispatch/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/orchestrator/dispatch/main.go b/orchestrator/dispatch/main.go index 9fa9fc7..728e2c7 100644 --- a/orchestrator/dispatch/main.go +++ b/orchestrator/dispatch/main.go @@ -162,7 +162,6 @@ export HOME=/root # gitconfig — so tinqs/ci must stay public for act_runner to clone actions. GITEA_TOKEN="%s" git config --global url."https://token:${GITEA_TOKEN}@tinqs.com/".insteadOf "https://tinqs.com/" -git config --global url."https://token:${GITEA_TOKEN}@tinqs.com/".insteadOf "https://git.tinqs.com/" # Create proper working directory for act_runner mkdir -p /opt/runner && cd /opt/runner