Actualizar .github/workflows/sync-to-github.yml
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s
Some checks failed
Sync selected files to GitHub / sync (push) Failing after 1s
This commit is contained in:
2
.github/workflows/sync-to-github.yml
vendored
2
.github/workflows/sync-to-github.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
# Clonar origen (Gitea) usando dominio externo
|
# Clonar origen (Gitea) usando dominio externo
|
||||||
- name: Clone source from Gitea
|
- name: Clone source from Gitea
|
||||||
run: |
|
run: |
|
||||||
git clone https://git.natxocc.com/natxocc/sigpro.git source
|
git clone http://gitea:3000/natxocc/sigpro.git source
|
||||||
cd source
|
cd source
|
||||||
git checkout main # o la rama que necesites
|
git checkout main # o la rama que necesites
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user