From bfd420d7eeec41e264a514838dab8d64692b7c33 Mon Sep 17 00:00:00 2001 From: z9130 <984661593@qq.com> Date: Mon, 16 Sep 2024 15:34:40 +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 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index fe21ca6f..0f97ec85 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -12,17 +12,17 @@ jobs: steps: - # Checkout the repository - # - name: Checkout the repository - # uses: actions/checkout@v4 - # with: - # fetch-depth: 0 - - name: Clone repository - run: | - git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git --depth 1 - cd your-repo - # 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: | + # git clone http://172.19.183.27:3000/z9130/pansoft-plrl.git --depth 1 + # cd your-repo + # # Optionally check out a specific branch + # git checkout test - run: npm config set registry https://registry.npmmirror.com