From 8a71b86895035e265270fe056e6cb817cceda089 Mon Sep 17 00:00:00 2001 From: natxocc Date: Wed, 15 Apr 2026 10:45:11 +0200 Subject: [PATCH] Actualizar .github/workflows/publish.yml --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d3a0a1..c700123 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 1 + env: + GIT_CONFIG_PARAMETERS: "'url.https://git.natxocc.com/.insteadOf=http://gitea:3000/'" - uses: oven-sh/setup-bun@v1 with: