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