Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Jan 1, 2025
1 parent 155742f commit 15c8bb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-notion-database/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ runs:
UNIQUE_FIELDS: ${{ inputs.unique_fields }}
run: |
echo "DEBUG:"
echo "::add-mask::false"
echo "NOTION_TOKEN is ${NOTION_TOKEN}"
echo "NOTION_DATABASE_ID is ${NOTION_DATABASE_ID}"
echo "::add-mask::true"
echo "FIELDS_JSON is ${FIELDS_JSON}"
echo "UNIQUE_FIELDS is ${UNIQUE_FIELDS}"
Expand Down

0 comments on commit 15c8bb1

Please sign in to comment.