添加 .gitea/workflows/l2-checkout.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user