From 1006a422840458f62a7d3f16b0413f2084746dec Mon Sep 17 00:00:00 2001 From: natxocc Date: Sun, 26 Apr 2026 18:04:53 +0200 Subject: [PATCH] Actualizar .github/workflows/sync-to-github.yml --- .github/workflows/sync-to-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-github.yml b/.github/workflows/sync-to-github.yml index 36bcebf..b0d7ae2 100644 --- a/.github/workflows/sync-to-github.yml +++ b/.github/workflows/sync-to-github.yml @@ -12,7 +12,7 @@ jobs: # Clonar origen (Gitea) usando dominio externo - name: Clone source from Gitea run: | - git clone https://git.natxocc.com/natxocc/sigpro.git source + git clone http://gitea:3000/natxocc/sigpro.git source cd source git checkout main # o la rama que necesites