From 8efa4bc53f9ce644fcea7e648a641dcd4f17bbbc Mon Sep 17 00:00:00 2001 From: msumshk Date: Thu, 5 Feb 2026 15:12:33 +0800 Subject: [PATCH] fix: use gitea actions mirror to avoid github timeout --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 446674b..8f9b4bb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: host steps: - name: Checkout code - uses: actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v4 with: submodules: recursive