发布生产
All checks were successful
/ Explore-Gitea-Actions (push) Successful in 12m36s

This commit is contained in:
2025-08-26 11:07:50 +08:00
parent bc59c2c22f
commit 90b9b2b7a9

View File

@@ -10,7 +10,7 @@ jobs:
- name: 拉取代码仓库
uses: http://git.missmoc.top/mocheng/checkout@v4
with:
fetch-depth: 1 # 只拉取最新的1个提交浅克隆
fetch-depth: 0 # 只拉取最新的1个提交浅克隆
- name: Set up Node.js
uses: http://git.missmoc.top/mocheng/setup-node@v3