From 445ae4337203460d70e40a1143fa19961659e681 Mon Sep 17 00:00:00 2001 From: ztm Date: Thu, 9 Jul 2026 06:32:18 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=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 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitea/workflows/l2-checkout.yaml diff --git a/.gitea/workflows/l2-checkout.yaml b/.gitea/workflows/l2-checkout.yaml deleted file mode 100644 index 2be935e..0000000 --- a/.gitea/workflows/l2-checkout.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: l2-checkout -on: [push] -jobs: - checkout: - runs-on: wehub-deploy - steps: - - uses: http://gitea-dev.autobee.pro/ztm/checkout@v4 - - name: 验证代码已检出 - run: | - ls -la - git log --oneline -3 \ No newline at end of file