From a5daeaf49ecbe9cb9dbc9047be354cbc49135d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=8A=E6=98=8E518370910136?= Date: Mon, 17 Feb 2025 22:32:11 +0800 Subject: [PATCH] Update Gitea tips and tricks for TAs --- Gitea-tips-and-tricks-for-TAs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gitea-tips-and-tricks-for-TAs.md b/Gitea-tips-and-tricks-for-TAs.md index d5ae297..ee41e2c 100644 --- a/Gitea-tips-and-tricks-for-TAs.md +++ b/Gitea-tips-and-tricks-for-TAs.md @@ -1,4 +1,3 @@ - ## lfs and gitea actions bug: https://github.com/actions/checkout/issues/1830#issuecomment-2314758792 @@ -19,7 +18,7 @@ jobs: - /home/tt/.ssh:/home/tt/.ssh steps: - name: Check out repository code - uses: https://gitea.com/BoYanZh/checkout@focs + uses: actions/checkout@focs with: fetch-depth: 0 lfs: false