添加 .gitea/workflows/l2-checkout.yaml
l1-smoke / smoke (push) Successful in 3s
l2-checkout / checkout (push) Failing after 4m43s

This commit is contained in:
ztm
2026-07-08 09:28:20 +00:00
parent 27636a2b57
commit 6029774584
+13
View File
@@ -0,0 +1,13 @@
name: l2-checkout
on:
push:
workflow_dispatch:
jobs:
checkout:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: 验证代码已检出
run: |
ls -la
git log --oneline -3