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

This commit is contained in:
编码猿
2025-10-05 04:30:38 +08:00
parent 4f495e605a
commit 2f30e0298a

View File

@@ -48,7 +48,7 @@ jobs:
if [ ! -d "$PROJECT_DIR" ]; then
echo "项目目录不存在,克隆仓库..."
# 假设管理机已配置好 Gitea 的访问权限 (如部署密钥)
git clone ${{ gitea.repository }} $PROJECT_DIR
git clone git@git.bmycode.help:${{ gitea.repository }}.git $PROJECT_DIR
cd $PROJECT_DIR
else
echo "拉取最新代码..."