From cb7f77c9a383b0912e5572aeb1f333e7d21745cd Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 15 May 2025 20:03:31 -0300 Subject: [PATCH] Update repository URL in CI workflow - Changes the repository URL to forge-llm. - This ensures the CI workflow clones the correct repository. - The previous URL was incorrect. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d1f438d..ee0bee6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout manually run: | apt-get update && apt-get install -y git - git clone https://gitea.example.com/your/repo.git . + git clone https://git.rogs.me/rogs/forge-llm.git - name: Install Git run: |