合并 agent-mvp 到 master #1

Merged
jiang merged 93 commits from agent-mvp into master 2026-08-18 17:56:43 +08:00
Showing only changes of commit bbf6a0f7ba - Show all commits
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: https://gitea.waternetwork.cn/actions/checkout@v4
with:
fetch-depth: 1
@@ -132,7 +132,7 @@ jobs:
- name: Validate workspace
run: |
if [ ! -f ./Dockerfile ]; then
echo "Dockerfile not found in workspace. Checkout is disabled, so the runner must provide repository files before this job starts."
echo "Dockerfile not found in workspace. Repository checkout may have failed or produced an unexpected workspace."
exit 1
fi