Skip to content

Commit cb8f8eb

Browse files
committed
Changed repo name
1 parent 86c9ea7 commit cb8f8eb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<div align="center"><b>Automatically update your github README learn section with data fetched from a remote notion database.</b></div>
33
</br>
44
<p align="center">
5-
<a href="https://app.codecov.io/gh/Devorein/github-action-learn-section-notion/branch/master"><img src="https://img.shields.io/codecov/c/github/devorein/github-action-learn-section-notion?color=blue"/></a>
6-
<a href="https://github.com/Devorein/github-action-learn-section-notion/actions/workflows/build.yml"><img src="https://github.com/devorein/github-action-learn-section-notion/actions/workflows/build.yml/badge.svg"/></a>
7-
<img src="https://img.shields.io/github/repo-size/devorein/github-action-learn-section-notion?style=flat-square&color=orange"/>
8-
<img src="https://img.shields.io/github/contributors/devorein/github-action-learn-section-notion?label=contributors&color=red"/>
5+
<a href="https://app.codecov.io/gh/Devorein/github-readme-learn-section-notion/branch/master"><img src="https://img.shields.io/codecov/c/github/devorein/github-readme-learn-section-notion?color=blue"/></a>
6+
<a href="https://github.com/Devorein/github-readme-learn-section-notion/actions/workflows/build.yml"><img src="https://github.com/devorein/github-readme-learn-section-notion/actions/workflows/build.yml/badge.svg"/></a>
7+
<img src="https://img.shields.io/github/repo-size/devorein/github-readme-learn-section-notion?style=flat-square&color=orange"/>
8+
<img src="https://img.shields.io/github/contributors/devorein/github-readme-learn-section-notion?label=contributors&color=red"/>
99
</p>
1010

1111
## Configuration
@@ -44,7 +44,7 @@ jobs:
4444
- name: 'Fetching Repository Contents'
4545
uses: actions/checkout@main
4646
- name: 'Learn Section Updater'
47-
uses: 'devorein/github-action-learn-section-notion@master'
47+
uses: 'devorein/github-readme-learn-section-notion@master'
4848
with:
4949
database_id: '6626c1ebc5a44db78e3f2fe285171ab7'
5050
token_v2: ${{ secrets.NOTION_TOKEN_V2 }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github-action-learn-section-notion",
2+
"name": "github-readme-learn-section-notion",
33
"version": "1.0.0",
44
"description": "A github action to populate readme learn section with data fetched from a remote notion database",
55
"main": "dist/index.js",
@@ -12,15 +12,15 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/Devorein/github-action-learn-section-notion.git"
15+
"url": "git+https://github.com/Devorein/github-readme-learn-section-notion.git"
1616
},
1717
"keywords": [],
1818
"author": "Safwan Shaheer <devorein00@gmail.com>",
1919
"license": "MIT",
2020
"bugs": {
21-
"url": "https://github.com/Devorein/github-action-learn-section-notion/issues"
21+
"url": "https://github.com/Devorein/github-readme-learn-section-notion/issues"
2222
},
23-
"homepage": "https://github.com/Devorein/github-action-learn-section-notion#readme",
23+
"homepage": "https://github.com/Devorein/github-readme-learn-section-notion#readme",
2424
"dependencies": {
2525
"@actions/core": "^1.2.7",
2626
"@nishans/endpoints": "^0.0.32"

tests/action.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ afterEach(() => {
1010
});
1111

1212
it(`Should work`, async () => {
13-
const GITHUB_WORKSPACE = `https://github.com/Devorein/github-action-learn-section-notion`;
13+
const GITHUB_WORKSPACE = `https://github.com/Devorein/github-readme-learn-section-notion`;
1414
process.env.GITHUB_WORKSPACE = GITHUB_WORKSPACE;
1515

1616
const category_schema_unit: MultiSelectSchemaUnit = {

0 commit comments

Comments
 (0)