From 0eb7582d90965b4b9a031503445c1468b9767d88 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Thu, 18 Jun 2026 12:50:47 +0200 Subject: [PATCH] ci: point checkout + SDK insteadOf at git.flemming.ai MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follows the URL strategy documented in fai/chain CHANGELOG (.ws → .ai cutover, transparent via 301-redirect). Matches the Cargo.toml git dep host. Aligns this repo with the six sibling lawheatmap modules that flipped earlier today. Signed-off-by: flemming-it --- .forgejo/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 3d63df9..591086a 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: cd "$GITHUB_WORKSPACE" git init -q git remote add origin \ - "https://x-access-token:${GITHUB_TOKEN}@git.flemming.ws/${GITHUB_REPOSITORY}.git" + "https://x-access-token:${GITHUB_TOKEN}@git.flemming.ai/${GITHUB_REPOSITORY}.git" git fetch --depth=1 origin "$GITHUB_SHA" git checkout -q FETCH_HEAD @@ -33,8 +33,8 @@ jobs: SDK_PAT: ${{ secrets.MODULE_SDK_PAT }} run: | git config --global \ - "url.https://x-access-token:${SDK_PAT}@git.flemming.ws/.insteadOf" \ - "https://git.flemming.ws/" + "url.https://x-access-token:${SDK_PAT}@git.flemming.ai/.insteadOf" \ + "https://git.flemming.ai/" - name: Install system dependencies run: |