@@ -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 环境
|
||||
|
||||
Reference in New Issue
Block a user