Skip to content

Commit

Permalink
Separate subscriptions database out and create link
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonc committed Jan 7, 2022
1 parent cd9e5f7 commit f66e16e
Show file tree
Hide file tree
Showing 14 changed files with 568 additions and 88 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ inputs:
notion_token:
description: 'Notion API token'
required: true
database:
description: 'Parent database to add to'
resource_database:
description: 'Resource database to add to'
required: true
subscription_database:
description: 'Subscription database to add to'
required: true
subscription_filter:
description: 'Regex string to filter subscription name by, defaults to .*'
Expand Down
Loading

0 comments on commit f66e16e

Please sign in to comment.