Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
added branding
  • Loading branch information
alessandrobelli committed Jul 25, 2021
1 parent 90612e6 commit 8397616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'NotionHook'
description: 'Sync your commits to Notion'
branding:
icon: 'check-circle'
color: 'white'
inputs:
notion_secret:
description: 'Notion Secret retrieved from My Integrations on notion.so/my-integrations'
Expand All @@ -25,4 +28,4 @@ inputs:
default: "Project"
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 8397616

Please sign in to comment.