From da5ca5a90e16f34036de8beb04860a303df9875f Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 2 Feb 2024 10:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9push=20to=20git=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 3f377d5..2d7ab61 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -149,6 +149,11 @@ jobs: PUSHDIR: ${{ github.event.inputs.tag4 }} VERSION: ${{needs.meta.outputs.version}} steps: + - name: Checkout ShellCrash + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + with: + fetch-depth: 1 + - name: Download file from workspace uses: actions/download-artifact@v4 with: