From 838e811619555680331252018ecfc6b3880625ca Mon Sep 17 00:00:00 2001 From: bamanker <27054792@qq.com> Date: Mon, 29 Dec 2025 17:23:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=BE=E5=88=B0node=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3167d7c..fd97270 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,6 +23,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event." + - run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!" + - run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - run: env # 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量 - name: Checkout repository code #使用自定义仓库action