From f5a85f4e4f75a86505c2771baa6bed324c12836d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=8A=E6=98=8E518370910136?= Date: Sat, 28 Jun 2025 22:53:31 +0800 Subject: [PATCH] Update [TA]Gitea tips and tricks --- %5BTA%5DGitea-tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/%5BTA%5DGitea-tips-and-tricks.md b/%5BTA%5DGitea-tips-and-tricks.md index 774bc67..5200fc7 100644 --- a/%5BTA%5DGitea-tips-and-tricks.md +++ b/%5BTA%5DGitea-tips-and-tricks.md @@ -28,7 +28,7 @@ jobs: git lfs install --local AUTH=$(git config --local http.https://focs.ji.sjtu.edu.cn/.extraheader) git config --local --unset http.https://focs.ji.sjtu.edu.cn/.extraheader - git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" + git config --local http.${{ gitea.server_url }}/${{ gitea.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" git lfs pull - name: run joj3 run: |