Skip to content

Commit

Permalink
docs: update action name, pr template, fix typos (#22)
Browse files Browse the repository at this point in the history
* docs: update action name

* docs: update pr template

* docs: fix typo on readme
  • Loading branch information
szenius authored Apr 3, 2022
1 parent 9e4c378 commit 55d3d73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[Notion link]()
[Notion link](notion_link_here)

This PR adds...
This PR adds... <!-- Brief description on what this PR does -->

- [ ] Updated release version on README
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Originally built for updating version tag in Notion page on commit. See [the tes
## Example Usage

```yml
uses: szenius/[email protected].12
uses: szenius/[email protected].13
with:
gh-username: "username"
gh-token: ${{ secrets.GH_ACCESS_TOKEN }}
Expand All @@ -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).
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 55d3d73

Please sign in to comment.