diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 34a5010..e3ad99a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ -[Notion link]() +[Notion link](notion_link_here) -This PR adds... +This PR adds... + +- [ ] Updated release version on README diff --git a/README.md b/README.md index 6b7a39b..475872b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Originally built for updating version tag in Notion page on commit. See [the tes ## Example Usage ```yml -uses: szenius/notion-update-page@1.1.12 +uses: szenius/notion-update-page@1.1.13 with: gh-username: "username" gh-token: ${{ secrets.GH_ACCESS_TOKEN }} @@ -27,7 +27,7 @@ with: - `notion-update-value`: New value for Notion page property - `notion-property-type` (optional): Type of Notion Page property. Can be `rich_text` or `multi_select`. Defaults to `rich_text`. - `existing-value` (optional): What to do with existing value in field to be updated. Can be `append` or `overwrite`. Defaults to - - `overwrite` if `notion-property-type` is `multi_select` - - `append` if `notion-property-type` is `rich_text` + - `overwrite` if `notion-property-type` is `rich_text` + - `append` if `notion-property-type` is `multi_select` The [test workflow](.github/workflows/on_master.yml) is linked to [this Notion database](https://szenius.notion.site/4964f7c754f54c41abce56028d990ac6?v=9ece5b75d4914584b43685bcbc6f3d1c). diff --git a/action.yml b/action.yml index cda6187..c9a4423 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: "Notion On Commit" -description: "Update page property on commit" +name: "Notion Update Page" +description: "Update property of Notion page on commit" branding: icon: book-open color: white