fix: Corregir checkout en workflow de Gitea Actions
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 2s

- Eliminados parámetros innecesarios que causaban error de interpolación
- El checkout de Gitea Actions funciona automáticamente sin server-url, repository y token explícitos
This commit is contained in:
Resistencia Dev
2025-12-13 15:27:15 +01:00
parent 273a228a1c
commit 609033b835

View File

@@ -22,9 +22,6 @@ jobs:
- name: 🚀 Checkout del Código - name: 🚀 Checkout del Código
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
server-url: ${{ gitea.server_url }}
repository: ${{ gitea.repository }}
token: ${{ gitea.token }}
fetch-depth: 0 fetch-depth: 0
# PASO 2: Configurar Node.js (necesario para ejecutar las acciones de checkout/setup) # PASO 2: Configurar Node.js (necesario para ejecutar las acciones de checkout/setup)