diff --git a/action.yml b/action.yml index 544a0fc..c3fa5ed 100644 --- a/action.yml +++ b/action.yml @@ -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' @@ -25,4 +28,4 @@ inputs: default: "Project" runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'