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 环境