Phase 4: Replace peter-evans/create-pull-request with direct git push
in server-patrol.yml (root cause: GitHub Actions not permitted to create PRs)
Phase 5: Generate comprehensive health report at
reports/health-report-2026-03-21.md covering all 5 phases
Update README system status section with health report link
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/508766be-fd4e-46f5-9b10-9746f68288c9
The deploy job now validates DEPLOY_HOST, DEPLOY_USER, DEPLOY_KEY, and
DEPLOY_PATH secrets before attempting SSH operations. This replaces the
cryptic ssh-keyscan failure with a clear error message explaining which
secrets need to be configured.
Also made ssh-keyscan more robust by quoting the hostname and adding
fallback handling.
Ref: YM-CD-DEBUG-20260310-001
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>