Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrobelli committed Jul 25, 2021
1 parent b396b59 commit 90612e6
Show file tree
Hide file tree
Showing 475 changed files with 113,735 additions and 0 deletions.
28 changes: 28 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'NotionHook'
description: 'Sync your commits to Notion'
inputs:
notion_secret:
description: 'Notion Secret retrieved from My Integrations on notion.so/my-integrations'
required: true
notion_database:
description: 'the id of the database you want to save the commits'
required: true
commit_description:
description: "Name of the Database column for the description field: this is the commit message after a carriage return."
required: true
default: "description"
commit_url:
description: "Name of Database column for commit url"
required: true
default: "Url"
commit_id:
description: "Name of the Database column for commit id"
required: true
default: "Id"
commit_project:
description: "MultiSelect field for the project name: please pre-fill it in Notion first!"
required: true
default: "Project"
runs:
using: 'node12'
main: 'dist/index.js'
Loading

0 comments on commit 90612e6

Please sign in to comment.