fix(ci): cleanup workflow缺少checkout步骤导致评论脚本找不到 #507

Merged
auto-approve-bot merged 2 commits from fix/cleanup-missing-checkout into develop 2026-07-18 14:26:12 +08:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ jobs:
runs-on: runtime-builder
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Extract PR number
shell: sh
run: |
+1
View File
@@ -0,0 +1 @@
# Cleanup Test