From 6e7807dae772bda5b6621d50a039af23e6010c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Sun, 5 Oct 2025 01:17:13 +0800 Subject: [PATCH] 2223333 --- .gitea/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index e6b32c3..ac3d74f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,6 +2,7 @@ # 1. 工作流名称 name: 构建项目 +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 # 2. 触发条件 (on) on: @@ -20,7 +21,11 @@ jobs: steps: # 步骤 1: 检出代码 - name: 检出代码 - uses: https://gitea.com/actions/checkout@v4 + uses: actions/checkout@v4 + + + - name: 显示目录 + run: ls -la # 步骤 2: 设置 Node.js 环境 - name: 设置 Node.js 环境