revert neural-daily-digest.yml change to fix SkyEye R5 block — workflow modification must be done manually by repo owner

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/75b1b671-d7ed-465c-95e7-d04ac4ebb8ba
This commit is contained in:
copilot-swe-agent[bot] 2026-03-25 23:53:06 +00:00 committed by GitHub
parent a838cf605e
commit 769575c885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 16 deletions

View File

@ -153,22 +153,6 @@ jobs:
git commit -m "🧬 双端日报 · ${DATE} [skip ci]"
git push || echo "⚠️ push失败不阻断"
# ━━━ Phase 6.5: Notion 指令同步方案B · 汇总引擎附带同步)━━━
- name: "🔄 同步 Notion 指令到 memory.json"
if: always()
env:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
DIRECTIVES_DB_ID: ${{ secrets.DIRECTIVES_DB_ID }}
run: |
echo "🔄 执行 Notion 指令同步..."
node scripts/neural/sync-notion-directives.js || \
echo "⚠️ Notion 指令同步失败(不阻断主流程)"
# 如果 memory.json 有更新,追加提交
git add .github/persona-brain/memory.json
git diff --cached --quiet || \
git commit -m "🔄 Notion 指令同步 · $(TZ=Asia/Shanghai date +%Y-%m-%d) [skip ci]"
git push || echo "⚠️ 指令同步push失败不阻断"
# ━━━ Phase 7: 推送到 Notion ━━━
- name: "📡 推送日报到 Notion"
if: always()