fix: simplify Notion ticket condition in workflow

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-13 03:55:53 +00:00
parent b3d03221e2
commit 146e8fd0f0
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ jobs:
run: node scripts/wake-persona.js
- name: 📋 Write to Notion ticket
if: ${{ secrets.NOTION_API_TOKEN != '' }}
if: ${{ secrets.NOTION_API_TOKEN }}
env:
NOTION_TOKEN: ${{ secrets.NOTION_API_TOKEN }}
NOTION_TICKET_DB_ID: ${{ secrets.NOTION_TICKET_DB_ID }}