Skip to content

Commit c2e7ecc

Browse files
committed
Full build, both scan and update
1 parent 54e0742 commit c2e7ecc

7 files changed

Lines changed: 13995 additions & 10744 deletions

File tree

action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ description: 'Scans all github repositories and updates a notion database'
33
icon: type
44
color: green
55
inputs:
6+
github_owner:
7+
description: 'Github owner organization or user - e.g. infinitaslearning'
8+
required: true
69
github_token:
710
description: 'Github API token'
811
required: true
@@ -11,7 +14,9 @@ inputs:
1114
required: true
1215
database:
1316
description: 'Parent database to add to'
14-
required: true
17+
required: true
18+
repository_type:
19+
description: 'Github repository type (e.g. all|private|internal)'
1520
outputs:
1621
status:
1722
description: 'The status of the scan'

0 commit comments

Comments
 (0)