From ee5e6e520798d38a5bd48328932f04d8188445f4 Mon Sep 17 00:00:00 2001 From: natxocc Date: Sun, 26 Apr 2026 18:45:55 +0200 Subject: [PATCH] Actualizar .github/workflows/sync-to-github.yml --- .github/workflows/sync-to-github.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-to-github.yml b/.github/workflows/sync-to-github.yml index 7d3920b..a51f70b 100644 --- a/.github/workflows/sync-to-github.yml +++ b/.github/workflows/sync-to-github.yml @@ -14,14 +14,13 @@ jobs: --add-host gitea:host-gateway steps: - - name: Checkout source from Gitea - uses: actions/checkout@v4 - with: - fetch-depth: 1 - path: source - repository: https://git.natxocc.com/natxocc/sigpro.git + - name: Clone source from Gitea + run: | + git clone https://git.natxocc.com/natxocc/sigpro.git source + cd source + git checkout main - - name: Checkout destination from GitHub + - name: Clone destination from GitHub run: | git clone https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/natxocc/sigpro.git dest cd dest