Skip to content

Commit 79c75f0

Browse files
committed
Added index file and deps
1 parent a55d9ad commit 79c75f0

File tree

6 files changed

+1181
-0
lines changed

6 files changed

+1181
-0
lines changed

action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ name: "Github Action Readme Learn Section"
22
description: "Populates the learning section in your github readme with data from notion"
33
author: devorein
44

5+
inputs:
6+
database_type: # id of input
7+
description: "What type of database are you using, a collection view page (full page database) or a collection view (inline database)"
8+
required: false
9+
default: "cvp"
10+
database_id:
11+
description: "The id of the database"
12+
required: true
13+
outputs:
14+
success: # id of output
15+
description: "Whether or not the operation was successful or not"
16+
517
branding:
618
icon: "box"
719
color: "gray-dark"

0 commit comments

Comments
 (0)