actions-marketplace-validations/@narkdown/awesome-reading-list
Get parsed rows of Notion database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_api_token | Notion API Key. | yes | — |
| notion_database_url | Notion Database ID. | yes | — |
| gist_token | Personal access token for updating gist. | yes | — |
| gist_id | Id of the gist to be updated. | yes | — |
| file_name | Name of the file to be deployed on gist. | no | awesome-reading-list.md |
| template_name | EJS template file path. | no | default-template.md |
| date_option_timezone | Timezone ID used to parse date properties. | no | Asia/Seoul |
| date_option_format | Date formatting rules used to parse data properties. | no | yyyy-MM-dd HH:mm:ss |
| sort_option_timestamp | Database query sorting criteria. (created_time | last_edited_time) | no | created_time |
| sort_option_direction | Database query sorting direction. (ascending | descending) | no | descending |
Outputs
no outputs