From e219b3b818bc018be6bdd17e75b402a190cdb71b Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 25 Jun 2026 18:25:28 +0200 Subject: [PATCH] fix: apply GIT_HTTP_VERSION workaround globally for all jobs --- .gitea/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e700525d3..369b7304a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -20,6 +20,7 @@ concurrency: env: PUPPETEER_SKIP_DOWNLOAD: "true" COREPACK_NPM_REGISTRY: "https://registry.npmmirror.com" + GIT_HTTP_VERSION: HTTP/1.1 jobs: @@ -63,8 +64,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - env: - GIT_HTTP_VERSION: HTTP/1.1 with: fetch-depth: 2