From 1f776bb99d612fc16f54fb542fc71d8ddafd87a0 Mon Sep 17 00:00:00 2001 From: linmeng <819991304@qq.com> Date: Mon, 27 Jul 2026 17:55:31 +0800 Subject: [PATCH] fix: checkout from Gitea repository URL --- .gitea/workflows/backend-quality-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/backend-quality-gate.yml b/.gitea/workflows/backend-quality-gate.yml index faac9364..dc096240 100644 --- a/.gitea/workflows/backend-quality-gate.yml +++ b/.gitea/workflows/backend-quality-gate.yml @@ -29,7 +29,7 @@ jobs: run: | set -euo pipefail git init . - git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git" + git remote add origin "https://git.copse.top/root/Jyotisha.git" git fetch --no-tags origin "${GITEA_SHA}" git checkout --detach "${GITEA_SHA}" - name: Verify Linux runner toolchain @@ -79,7 +79,7 @@ jobs: run: | set -euo pipefail git init . - git remote add origin "${GITEA_SERVER_URL}/${GITEA_REPOSITORY}.git" + git remote add origin "https://git.copse.top/root/Jyotisha.git" git fetch --no-tags origin main "${GITEA_SHA}" git checkout --detach "${GITEA_SHA}" - name: Build, publish, and deploy immutable staging images