Skip to content

Commit bb077ed

Browse files
authored
Fix branding
1 parent e567049 commit bb077ed

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 'Notion github catalog'
22
description: 'Scans all github repositories and updates a notion database'
3-
icon: type
4-
color: green
3+
branding:
4+
icon: github
5+
color: blue
56
inputs:
67
github_owner:
78
description: 'Github owner organization or user - e.g. infinitaslearning'
@@ -24,4 +25,4 @@ outputs:
2425
description: 'The status of the scan'
2526
runs:
2627
using: 'node16'
27-
main: 'dist/index.js'
28+
main: 'dist/index.js'

0 commit comments

Comments
 (0)