From f562b074acfdb74eca1e0cbac760db8095e57b0c Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 18 Jul 2026 14:21:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20cleanup=20workflow=E7=BC=BA=E5=B0=91?= =?UTF-8?q?checkout=E6=AD=A5=E9=AA=A4=E5=AF=BC=E8=87=B4=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/preview-cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 .gitea/workflows/preview-cleanup.yml diff --git a/.gitea/workflows/preview-cleanup.yml b/.gitea/workflows/preview-cleanup.yml old mode 100644 new mode 100755 index 44cbe4ed2..83791987a --- a/.gitea/workflows/preview-cleanup.yml +++ b/.gitea/workflows/preview-cleanup.yml @@ -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: |