From 2ad39957c41cf3213c8d280369d2f622fa0b50b1 Mon Sep 17 00:00:00 2001 From: souvik Date: Sat, 17 Jul 2021 13:44:33 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a2cf3b..b43fa43 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,11 @@ jobs: NOTION_DATABASE: ${{ secrets.NOTION_DATABASE }} ``` +As of now notion API does not allow creating or changing properties, so right now you have to add these properties manually to use this action. +- URL - type: `URL` +- id - type: `Number` +- state - type: `Select` +- labels - type: `Mutli-Select` + ## Screenshot -![board](./screenshots/notion-board.PNG) \ No newline at end of file +![board](./screenshots/notion-board.PNG)