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