fix: Corregir checkout en workflow de Gitea Actions
Some checks failed
CI/CD - Francia Ocupada (La Resistencia) / build-and-deploy (push) Failing after 2s
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:
@@ -22,9 +22,6 @@ jobs:
|
||||
- name: 🚀 Checkout del Código
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
server-url: ${{ gitea.server_url }}
|
||||
repository: ${{ gitea.repository }}
|
||||
token: ${{ gitea.token }}
|
||||
fetch-depth: 0
|
||||
|
||||
# PASO 2: Configurar Node.js (necesario para ejecutar las acciones de checkout/setup)
|
||||
|
||||
Reference in New Issue
Block a user