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