From 62d3157665defe176df2b4f33b307c30c184d492 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Fri, 7 Nov 2025 04:51:43 -0800 Subject: [PATCH] =?UTF-8?q?ci(docker):=20=E7=A7=BB=E9=99=A4=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DGit=20Extra=20Header=E7=9A=84=E5=86=97=E4=BD=99?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 0d04555..c2f1dda 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -236,20 +236,6 @@ jobs: assets/translations sparse-checkout-cone: true - - name: 🔧 Fix Git Extra Header (ACT) - shell: powershell - run: | - # 移除可能的 extraheader 配置,包括带 %0A 的变体 - git config --global --unset-all http.https://git.kxsw.us/.extraheader - git config --global --unset-all http."https://git.kxsw.us/".extraheader - git config --global --unset-all http.https://git.kxsw.us/.extraheader%0A - git config --global --unset-all http."https://git.kxsw.us/".extraheader%0A - # 对于 submodule - git submodule foreach --recursive "git config --local --unset-all http.https://git.kxsw.us/.extraheader || true" - git submodule foreach --recursive "git config --local --unset-all http.https://git.kxsw.us/.extraheader%0A || true" - # 验证 - git config --global --get-regexp http.*.extraheader || echo "No extraheader found" - - name: 🔍 Verify jq Installation (ACT) shell: powershell run: |