Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Commit e950640

Browse files
committed
chore: Reflect version update
1 parent 2106364 commit e950640

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/notion2github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Notion2Github
14-
uses: younho9/notion2github@v1.0.0-beta
14+
uses: younho9/notion2github@v1
1515
with:
1616
database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad'
1717
docs-directory: docs/test

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub Action: View on Marketplace](https://img.shields.io/badge/GitHub%20Action-View_on_Marketplace-blue?style=flat-square&logo=github)](https://github.com/marketplace/actions/notion2github)
66
[![Demo: available](https://img.shields.io/badge/Demo-available-orange?style=flat-square)](.github/workflows/notion2github.yml)
7-
[![Version: v1.0.0-beta](https://img.shields.io/badge/Version-v1.0.0--beta-brightgreen?style=flat-square)](https://github.com/younho9/narkdown/releases/tag/v1.0.0-beta)
7+
[![Version: v1.0.1](https://img.shields.io/badge/Version-v1.0.1-brightgreen?style=flat-square)](https://github.com/younho9/narkdown/releases/tag/v1.0.1)
88
[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg?style=flat-square)](./LICENSE)
99

1010
**Automatic syncronization from Notion to Github**
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v2
6767

6868
- name: Notion2Github
69-
uses: younho9/notion2github@v1.0.0-beta
69+
uses: younho9/notion2github@v1
7070
with:
7171
database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad'
7272
docs-directory: docs/test
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v2
100100

101101
- name: Notion2Github
102-
uses: younho9/notion2github@v1.0.0-beta
102+
uses: younho9/notion2github@v1
103103
with:
104104
database-url: 'https://www.notion.so/acc3dfd0339e4cacb5baae8673fddfad'
105105
docs-directory: docs/test

0 commit comments

Comments
 (0)