From c7cf9472d0f024107fc09e8f624caa4d3ef02999 Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Mon, 16 Sep 2024 16:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build-act?= =?UTF-8?q?ion.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-action.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 8255e7b9..d1b0fe4f 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -12,19 +12,19 @@ jobs: steps: - # Checkout the repository - # - name: Checkout the repository - # uses: https://gitee.com/z9130/actions-checkout@v4 - # with: - # fetch-depth: 0 - - name: Clone repository - run: | - sudo apt-get update - sudo apt-get install -y git - git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git pansoft-plrl --depth 1 - cd pansoft-plrl - # Optionally check out a specific branch - git checkout test + Checkout the repository + - name: Checkout the repository + uses: actions-checkout@v4 + with: + fetch-depth: 0 + # - name: Clone repository + # run: | + # sudo apt-get update + # sudo apt-get install -y git + # git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git pansoft-plrl --depth 1 + # cd pansoft-plrl + # # Optionally check out a specific branch + # git checkout test - run: npm config set registry https://registry.npmmirror.com