gitea_actions
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 20s

This commit is contained in:
编码猿
2025-10-05 04:34:45 +08:00
parent db3300e7f8
commit ae313c2740

View File

@@ -42,7 +42,7 @@ jobs:
# --- 以下为在管理机上执行的脚本 ---
# 定义项目目录(管理机上的代码存放路径)
PROJECT_DIR="/home/bmy"
PROJECT_DIR="/home/bmy/gitea_actions"
# 进入项目目录,若不存在则克隆仓库
if [ ! -d "$PROJECT_DIR" ]; then