From 249424f77892d4dd74f4ba7a8c9483bfc19fbd60 Mon Sep 17 00:00:00 2001 From: ztm Date: Thu, 9 Jul 2026 06:17:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/l2-checko?= =?UTF-8?q?ut.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/l2-checkout.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/l2-checkout.yaml b/.gitea/workflows/l2-checkout.yaml index a607f6e..2be935e 100644 --- a/.gitea/workflows/l2-checkout.yaml +++ b/.gitea/workflows/l2-checkout.yaml @@ -1,12 +1,10 @@ name: l2-checkout -on: - push: - workflow_dispatch: +on: [push] jobs: checkout: runs-on: wehub-deploy steps: - - uses: http://gitea-dev.autobee.pro/actions/checkout@v4 + - uses: http://gitea-dev.autobee.pro/ztm/checkout@v4 - name: 验证代码已检出 run: | ls -la