fix(ci): cleanup workflow缺少checkout步骤导致评论脚本找不到 #507
Regular → Executable
+3
@@ -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: |
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Cleanup Test
|
||||
Reference in New Issue
Block a user