From addb31105e110d4f33164380113766e2beca2f75 Mon Sep 17 00:00:00 2001 From: suncheng Date: Thu, 6 Mar 2025 15:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/push.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/push.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index f8309eb..6f6c415 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -16,6 +16,10 @@ jobs: # ✅ 使用 Gitea 兼容的代码检出方式 - name: Checkout code uses: actions/checkout@v3 + with: + gitea-server: http://suncheng.asia:14200 + token: ${{ secrets.GITEA_TOKEN }} + ref: ${{ gitea.ref }} # 必须传递 Gitea 的 ref 参数 - name: Cleanup old containers run: |