chore: replace git.tinqs.com with tinqs.com — subdomain retired

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-26 05:26:48 +01:00
parent 501953c636
commit 6bf4ed8314
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ 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}@git.tinqs.com/".insteadOf "https://git.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