From ba39518cd698e10df460d9d0ed0b16ae57b7ab75 Mon Sep 17 00:00:00 2001 From: Khalil Date: Thu, 2 Jul 2026 09:30:49 +0000 Subject: [PATCH] ci: fix gitops repo url to be tamagotchi-service --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5060c9d..2ec9cdd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: steps: - name: Clone GitOps Repo run: | - git clone http://khalil:44666dc7a3e72001416e103af1be83afda104284@gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-gitops.git . + git clone http://khalil:44666dc7a3e72001416e103af1be83afda104284@gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-service.git . git config user.name "Gitea Actions" git config user.email "actions@gitea.local"