Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Jan 1, 2025
1 parent a117de8 commit 155742f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update-notion-database/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ runs:
FIELDS_JSON: ${{ inputs.fields_json }}
UNIQUE_FIELDS: ${{ inputs.unique_fields }}
run: |
echo "DEBUG:"
echo "NOTION_TOKEN is ${NOTION_TOKEN}"
echo "NOTION_DATABASE_ID is ${NOTION_DATABASE_ID}"
echo "FIELDS_JSON is ${FIELDS_JSON}"
echo "UNIQUE_FIELDS is ${UNIQUE_FIELDS}"
cat << 'EOF' > update_notion.py
import os
import json
Expand Down

0 comments on commit 155742f

Please sign in to comment.