From bbf6a0f7bae4e5e5ce194b7bfa17714d78aa7835 Mon Sep 17 00:00:00 2001 From: Jiang Date: Wed, 10 Jun 2026 16:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81=E6=A3=80?= =?UTF-8?q?=E5=87=BA=E6=AD=A5=E9=AA=A4=E5=92=8C=E5=B7=A5=E4=BD=9C=E5=8C=BA?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/package.yml b/.gitea/workflows/package.yml index 9b51e98..07784b4 100644 --- a/.gitea/workflows/package.yml +++ b/.gitea/workflows/package.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: https://gitea.waternetwork.cn/actions/checkout@v4 with: fetch-depth: 1 @@ -132,7 +132,7 @@ jobs: - name: Validate workspace run: | if [ ! -f ./Dockerfile ]; then - echo "Dockerfile not found in workspace. Checkout is disabled, so the runner must provide repository files before this job starts." + echo "Dockerfile not found in workspace. Repository checkout may have failed or produced an unexpected workspace." exit 1 fi