We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e567049 commit bb077edCopy full SHA for bb077ed
1 file changed
action.yml
@@ -1,7 +1,8 @@
1
name: 'Notion github catalog'
2
description: 'Scans all github repositories and updates a notion database'
3
-icon: type
4
-color: green
+branding:
+ icon: github
5
+ color: blue
6
inputs:
7
github_owner:
8
description: 'Github owner organization or user - e.g. infinitaslearning'
@@ -24,4 +25,4 @@ outputs:
24
25
description: 'The status of the scan'
26
runs:
27
using: 'node16'
- main: 'dist/index.js'
28
+ main: 'dist/index.js'
0 commit comments