From e30dedf5d41bdae6f6da3cdff41a36745a5fca70 Mon Sep 17 00:00:00 2001 From: alboped Date: Tue, 28 Apr 2026 02:32:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E5=8D=87=E7=BA=A7=E5=85=AC?= =?UTF-8?q?=E5=85=B1=20workflow=20=E6=A8=A1=E6=9D=BF=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B0=201.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 CI 与 Deploy 对可复用 prepare workflow 的引用统一从 1.1 升级到 1.2,确保两条流水线使用同一版模板能力。 Made-with: Cursor --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index bdbd747..25d911b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: ci: - uses: platform/workflow/.gitea/workflows/reusable-prepare-workspace.yml@1.1 + uses: platform/workflow/.gitea/workflows/reusable-prepare-workspace.yml@1.2 with: repo_url: "${{ github.server_url }}/${{ github.repository }}.git" git_sha: "${{ github.sha }}" diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 762b818..f658350 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') }} - uses: platform/workflow/.gitea/workflows/reusable-prepare-workspace.yml@1.1 + uses: platform/workflow/.gitea/workflows/reusable-prepare-workspace.yml@1.2 secrets: inherit with: repo_url: "${{ github.server_url }}/${{ github.repository }}.git"