Skip to content

Commit d215540

Browse files
committed
clarify
1 parent 021d39e commit d215540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'dbt-docs-to-notion'
2-
description: 'Exports dbt docs to a notion database'
2+
description: 'Exports dbt model docs to a Notion database'
33
branding:
44
icon: 'book-open'
55
color: 'orange'
@@ -19,13 +19,13 @@ inputs:
1919
required: false
2020
default: "all"
2121
notion-database-name:
22-
description: 'what to name the notion database of dbt models'
22+
description: 'what to name the Notion database of dbt models'
2323
required: true
2424
notion-parent-id:
25-
description: 'notion page where database of dbt models will be added'
25+
description: 'Notion page where database of dbt models will be added'
2626
required: true
2727
notion-token:
28-
description: 'notion token api for integration to use (pass using secrets)'
28+
description: 'Notion token api for integration to use (pass using secrets)'
2929
required: true
3030
runs:
3131
using: 'composite'

0 commit comments

Comments
 (0)